670a29d420
chore(deps): bump cmaes from 0.11.1 to 0.12.0
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
# Include all requirements to run the bot.
|
|
-r requirements.txt
|
|
|
|
# Required for hyperopt
|
|
scipy==1.16.1
|
|
scikit-learn==1.7.1
|
|
filelock==3.18.0
|
|
optuna==4.4.0
|
|
cmaes==0.12.0
|