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 6518fe5 commit c1d7e5aCopy full SHA for c1d7e5a
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
"ruff==0.6.7",
26
"six==1.16.0",
27
"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
+ "torch>=1.8.0,<2.5.0; sys_platform == 'win32'", # Windows CPU errors https://github.com/ultralytics/ultralytics/issues/15049
29
"torch>=1.8.0",
30
"typing_extensions==4.12.2",
31
"ultralytics>=8.2"
0 commit comments