mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
3bdfa85237
Compatibility fork of scikit-optimize.
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
# Include all requirements to run the bot.
|
|
-r requirements.txt
|
|
|
|
# Required for hyperopt
|
|
scipy==1.11.4
|
|
scikit-learn==1.3.2
|
|
ft-scikit-optimize==0.9.2
|
|
filelock==3.13.1
|