Pin torch to <3.12
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
-r requirements-freqai.txt
|
-r requirements-freqai.txt
|
||||||
|
|
||||||
# Required for freqai-rl
|
# Required for freqai-rl
|
||||||
torch==2.1.2
|
torch==2.1.2; python_version < '3.12'
|
||||||
#until these branches will be released we can use this
|
#until these branches will be released we can use this
|
||||||
gymnasium==0.29.1; python_version < '3.12'
|
gymnasium==0.29.1; python_version < '3.12'
|
||||||
stable_baselines3==2.2.1; python_version < '3.12'
|
stable_baselines3==2.2.1; python_version < '3.12'
|
||||||
|
|||||||
Reference in New Issue
Block a user