Skip to content

Commit b0066df

Browse files
build(deps): update torch requirement (#15)
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. Updates `torch` 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 dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 214470e commit b0066df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ garmin-fit-sdk==21.115.0
3636

3737
ed25519~=1.5
3838
python-dotenv~=1.0.1
39-
torch~=2.6.0
39+
torch~=2.7.0
4040
websocket~=0.2.1
4141
gpxpy~=1.6.2
4242

0 commit comments

Comments
 (0)