Skip to content

Commit d5b9c6d

Browse files
authored
Merge pull request freqtrade#11689 from freqtrade/dependabot/pip/develop/torch-2.7.0
chore(deps): bump torch from 2.6.0 to 2.7.0
2 parents bdfd339 + c9256e0 commit d5b9c6d

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
@@ -2,7 +2,7 @@
22
-r requirements-freqai.txt
33

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

0 commit comments

Comments
 (0)