Skip to content

Commit b0f4c57

Browse files
chore(deps): bump torch from 2.7.1 to 2.8.0
Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.7.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b695b5a commit b0f4c57

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)