Skip to content

Commit 080aafa

Browse files
authored
Merge pull request freqtrade#12406 from freqtrade/dependabot/pip/develop/torch-2.9.0
chore(deps): bump torch from 2.8.0 to 2.9.0
2 parents 43d6a67 + 94bd6b7 commit 080aafa

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.8.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
5+
torch==2.9.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.7.0; sys_platform != 'darwin' or platform_machine != 'x86_64'

0 commit comments

Comments
 (0)