Pin torch to <3.12

This commit is contained in:
Matthias 2023-12-30 09:40:24 +01:00
parent f124f2daaf
commit c79502cb4b

View File

@ -2,7 +2,7 @@
-r requirements-freqai.txt
# 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
gymnasium==0.29.1; python_version < '3.12'
stable_baselines3==2.2.1; python_version < '3.12'