Merge pull request #10305 from freqtrade/dependabot/pip/develop/torch-2.3.1

Bump torch from 2.2.2 to 2.3.1
This commit is contained in:
Matthias 2024-06-15 07:25:11 +02:00 committed by GitHub
commit e11295a042
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,8 @@
-r requirements-freqai.txt
# Required for freqai-rl
torch==2.2.2
torch==2.3.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
torch==2.2.2; sys_platform == 'darwin' and platform_machine == 'x86_64'
gymnasium==0.29.1
stable_baselines3==2.3.2
sb3_contrib>=2.2.1