Merge pull request #4422 from freqtrade/dependabot/pip/develop/scipy-1.6.1

Bump scipy from 1.6.0 to 1.6.1
This commit is contained in:
Matthias 2021-02-22 08:19:12 +01:00 committed by GitHub
commit 8ffeafd2c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
-r requirements.txt
# Required for hyperopt
scipy==1.6.0
scipy==1.6.1
scikit-learn==0.24.1
scikit-optimize==0.8.1
filelock==3.0.12