Skip to content

Commit 57c58f5

Browse files
committed
v0.5.3.1
1 parent 490281a commit 57c58f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy
22
numba
33
scipy
4-
scikit-learn<0.24
4+
scikit-learn
55
joblib>=0.12
66
h5py

tslearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
__author__ = 'Romain Tavenard romain.tavenard[at]univ-rennes2.fr'
4-
__version__ = "0.5.3"
4+
__version__ = "0.5.3.1"
55
__bibtex__ = r"""@article{JMLR:v21:20-091,
66
author = {Romain Tavenard and Johann Faouzi and Gilles Vandewiele and
77
Felix Divo and Guillaume Androz and Chester Holtz and

0 commit comments

Comments
 (0)