Skip to content

Commit b4af893

Browse files
authored
Merge pull request freqtrade#11326 from freqtrade/dependabot/pip/develop/torch-2.6.0
chore(deps): bump torch from 2.5.1 to 2.6.0
2 parents c131493 + 97da78c commit b4af893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-freqai-rl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Required for freqai-rl
55
torch==2.2.2; sys_platform == 'darwin' and platform_machine == 'x86_64'
6-
torch==2.5.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
6+
torch==2.6.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
77
gymnasium==0.29.1
88
# SB3 >=2.5.0 depends on torch 2.3.0 - which implies it dropped support x86 macos
99
stable_baselines3==2.4.1; sys_platform == 'darwin' and platform_machine == 'x86_64'

0 commit comments

Comments
 (0)