Skip to content

Commit 4eb332d

Browse files
Restrict scipy and numba versions
Signed-off-by: Johannes Mueller <[email protected]>
1 parent b147b9e commit 4eb332d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ python_requires = >=3.9
4848
# For more information, check out https://semver.org/.
4949
install_requires =
5050
numpy>=1.23.5
51-
scipy
51+
scipy<1.15.0
5252
pandas>=1.4.0,!=2.1
5353
h5py!=3.7.0
5454
cython
@@ -100,6 +100,7 @@ analysis =
100100

101101
tsfresh =
102102
tsfresh
103+
numba>=0.60
103104

104105
all = %(tsfresh)s
105106

0 commit comments

Comments
 (0)