Skip to content

Commit c1d7e5a

Browse files
chore(deps): update torch requirement
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.8.0...v2.4.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6518fe5 commit c1d7e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"ruff==0.6.7",
2626
"six==1.16.0",
2727
"thinker==1.1.1",
28-
"torch>=1.8.0,<2.4.0; sys_platform == 'win32'", # Windows CPU errors https://github.com/ultralytics/ultralytics/issues/15049
28+
"torch>=1.8.0,<2.5.0; sys_platform == 'win32'", # Windows CPU errors https://github.com/ultralytics/ultralytics/issues/15049
2929
"torch>=1.8.0",
3030
"typing_extensions==4.12.2",
3131
"ultralytics>=8.2"

0 commit comments

Comments
 (0)