You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
376 B
11 lines
376 B
# Include all requirements to run the bot.
|
|
-r requirements-freqai.txt
|
|
|
|
# Required for freqai-rl
|
|
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'
|
|
# Gym is forced to this version by stable-baselines3.
|
|
setuptools==65.5.1 # Should be removed when gym is fixed.
|
|
gym==0.21; python_version < '3.11'
|