Merge pull request #4623 from freqtrade/dependabot/pip/develop/scipy-1.6.2

Bump scipy from 1.6.1 to 1.6.2
This commit is contained in:
Matthias 2021-03-29 14:09:28 +02:00 committed by GitHub
commit 00d8f3a479
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.6.1
scipy==1.6.2
scikit-learn==0.24.1
scikit-optimize==0.8.1
filelock==3.0.12