mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
33db37a915
Bumps [joblib](https://github.com/joblib/joblib) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/0.14.0...0.14.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.3.3
|
|
scikit-learn==0.22
|
|
scikit-optimize==0.5.2
|
|
filelock==3.0.12
|
|
joblib==0.14.1
|