mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
# Include all requirements to run the bot.
|
|
-r requirements-freqai.txt
|
|
|
|
# Required for freqai-rl
|
|
torch==1.12.1
|
|
stable-baselines3==1.6.1
|
|
gym==0.21
|
|
sb3-contrib==1.6.1
|