freqtrade_origin/requirements-freqai-rl.txt
2023-04-02 02:59:02 +03:00

14 lines
505 B
Plaintext

# 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'
# Progress bar for stable-baselines3 and sb3-contrib
tqdm==4.65.0; python_version < '3.11'
rich==13.3.3; python_version < '3.11'