mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 04:03:55 +00:00
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.14.1
|
|
scikit-learn==1.5.2
|
|
ft-scikit-optimize==0.9.2
|
|
filelock==3.16.1
|