Allows any PyTorch install except torch==2.4.0 on Windows (#16019)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
2a73bf7046
commit
41dfd65cc1
2 changed files with 3 additions and 3 deletions
|
|
@ -71,8 +71,8 @@ dependencies = [
|
|||
"pyyaml>=5.3.1",
|
||||
"requests>=2.23.0",
|
||||
"scipy>=1.4.1",
|
||||
"torch>=1.8.0,<2.4.0; sys_platform == 'win32'", # Windows CPU errors https://github.com/ultralytics/ultralytics/issues/15049
|
||||
"torch>=1.8.0",
|
||||
"torch>=1.8.0,!=2.4.0; sys_platform == 'win32'", # Windows CPU errors w/ 2.4.0 https://github.com/ultralytics/ultralytics/issues/15049
|
||||
"torchvision>=0.9.0",
|
||||
"tqdm>=4.64.0", # progress bars
|
||||
"psutil", # system utilization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue