Merge pull request #10390 from freqtrade/dependabot/pip/develop/scipy-1.14.0

Bump scipy from 1.13.1 to 1.14.0
This commit is contained in:
Matthias
2024-07-03 11:14:30 +02:00
committed by GitHub

View File

@@ -2,7 +2,8 @@
-r requirements.txt
# Required for hyperopt
scipy==1.13.1
scipy==1.14.0; python_version >= "3.10"
scipy==1.13.1; python_version < "3.10"
scikit-learn==1.5.0
ft-scikit-optimize==0.9.2
filelock==3.15.4