mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
e272cd485c
Bumps [joblib](https://github.com/joblib/joblib) from 0.13.2 to 0.14.0. - [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.13.2...0.14.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
# Include all requirements to run the bot.
|
|
# -r requirements.txt
|
|
|
|
# Required for hyperopt
|
|
scipy==1.3.1
|
|
scikit-learn==0.21.3
|
|
scikit-optimize==0.5.2
|
|
filelock==3.0.12
|
|
joblib==0.14.0
|