mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-11 02:33:55 +00:00
10 lines
184 B
Plaintext
10 lines
184 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
|
|
tensorboard==2.10.1
|