scipy 1.11 doesn't support python 3.8 any longer
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
# Required for hyperopt
|
# Required for hyperopt
|
||||||
scipy==1.11.1
|
scipy==1.11.1; python_version >= '3.9'
|
||||||
|
scipy==1.10.1; python_version < '3.9'
|
||||||
scikit-learn==1.1.3
|
scikit-learn==1.1.3
|
||||||
scikit-optimize==0.9.0
|
scikit-optimize==0.9.0
|
||||||
filelock==3.12.2
|
filelock==3.12.2
|
||||||
|
|||||||
Reference in New Issue
Block a user