stable/requirements-freqai.txt

12 lines
252 B
Plaintext
Raw Normal View History

# Include all requirements to run the bot.
-r requirements.txt
# Required for freqai
2022-08-09 04:23:16 +00:00
scikit-learn==1.1.2
joblib==1.1.0
2022-08-13 07:20:58 +00:00
catboost==1.0.6; platform_machine != 'aarch64'
lightgbm==3.3.2
2022-08-14 13:47:58 +00:00
torch==1.12.1
stable-baselines3==1.5.0
2022-08-15 15:07:42 +00:00
gym==0.21.0
tensorboard==2.9.1