scipy 1.11 doesn't support python 3.8 any longer

This commit is contained in:
Matthias 2023-07-07 09:08:32 +02:00
parent b204da3317
commit f64b9503f9

View File

@ -2,7 +2,8 @@
-r requirements.txt
# 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-optimize==0.9.0
filelock==3.12.2