Skip to content

Commit c9256e0

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

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)