Skip to content

Commit 7809d27

Browse files
authored
Last scipy breaks dependency (#1168)
Fix ModuleNotFoundError: No module named 'scipy.optimize._shgo_lib.sobol_seq' https://stackoverflow.com/questions/68176331/from-scipy-optimize-shgo-lib-sobol-seq-import-sobol-does-not-work
1 parent b34e3d8 commit 7809d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

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

33
numpy>=1.9.0
4-
scipy>=0.14.1
4+
scipy>=0.14.1,<1.7
55

66
joblib
77
scikit-learn>=0.24.0,<0.25.0

0 commit comments

Comments
 (0)