2022-10-05 13:58:54 +00:00
|
|
|
# Include all requirements to run the bot.
|
|
|
|
-r requirements-freqai.txt
|
|
|
|
|
|
|
|
# Required for freqai-rl
|
2023-02-25 14:21:12 +00:00
|
|
|
torch==1.13.1; python_version < '3.11'
|
|
|
|
stable-baselines3==1.7.0; python_version < '3.11'
|
|
|
|
sb3-contrib==1.7.0; python_version < '3.11'
|
2022-11-28 18:35:17 +00:00
|
|
|
# Gym is forced to this version by stable-baselines3.
|
2023-02-01 10:11:12 +00:00
|
|
|
setuptools==65.5.1 # Should be removed when gym is fixed.
|
2023-02-25 14:21:12 +00:00
|
|
|
gym==0.21; python_version < '3.11'
|