mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
9cfbe98a23
Bumps [scipy](https://github.com/scipy/scipy) from 1.3.3 to 1.4.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.3.3...v1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
# Include all requirements to run the bot.
|
|
-r requirements.txt
|
|
|
|
# Required for hyperopt
|
|
scipy==1.4.1
|
|
scikit-learn==0.22
|
|
scikit-optimize==0.5.2
|
|
filelock==3.0.12
|
|
joblib==0.14.1
|