Merge pull request #9087 from freqtrade/dependabot/pip/develop/scipy-1.11.2

Bump scipy from 1.11.1 to 1.11.2
This commit is contained in:
Matthias 2023-08-22 06:36:24 +02:00 committed by GitHub
commit d2a378b706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
-r requirements.txt
# Required for hyperopt
scipy==1.11.1; python_version >= '3.9'
scipy==1.11.2; python_version >= '3.9'
scipy==1.10.1; python_version < '3.9'
scikit-learn==1.1.3
scikit-optimize==0.9.0