We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690de11 commit e7cf0a9Copy full SHA for e7cf0a9
pyproject.toml
@@ -23,7 +23,7 @@ dependencies = [
23
"ruff==0.6.5",
24
"six==1.16.0",
25
"thinker==1.1.1",
26
- "torch>=1.8.0,<2.4.0; sys_platform == 'win32'", # Windows CPU errors https://github.com/ultralytics/ultralytics/issues/15049
+ "torch>=1.8.0,<2.5.0; sys_platform == 'win32'", # Windows CPU errors https://github.com/ultralytics/ultralytics/issues/15049
27
"torch>=1.8.0",
28
"typing_extensions==4.12.2",
29
"ultralytics>=8.2"
0 commit comments