10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
# Include all requirements to run the bot.
|
|
-r requirements.txt
|
|
|
|
# Required for hyperopt
|
|
scipy==1.15.2
|
|
scikit-learn==1.6.1
|
|
ft-scikit-optimize==0.9.2
|
|
filelock==3.18.0
|
|
optuna==4.2.1
|
|
cmaes==0.11.1 |