Skip to content

Commit 758392c

Browse files
authored
Merge pull request freqtrade#12100 from freqtrade/dependabot/pip/develop/torch-2.8.0
chore(deps): bump torch from 2.7.1 to 2.8.0
2 parents 647011b + b0f4c57 commit 758392c

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.7.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
5+
torch==2.8.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)