Update requirements.txt
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>pull/13323/head
parent
e01f0af267
commit
83b9838d2f
|
@ -12,7 +12,7 @@ PyYAML>=5.3.1
|
||||||
requests>=2.32.2
|
requests>=2.32.2
|
||||||
scipy>=1.4.1
|
scipy>=1.4.1
|
||||||
thop>=0.1.1 # FLOPs computation
|
thop>=0.1.1 # FLOPs computation
|
||||||
torch>=2.2.0 # see https://pytorch.org/get-started/locally (recommended)
|
torch>=1.8.0 # see https://pytorch.org/get-started/locally (recommended)
|
||||||
torchvision>=0.9.0
|
torchvision>=0.9.0
|
||||||
tqdm>=4.64.0
|
tqdm>=4.64.0
|
||||||
ultralytics>=8.2.34 # https://ultralytics.com
|
ultralytics>=8.2.34 # https://ultralytics.com
|
||||||
|
@ -47,6 +47,3 @@ setuptools>=70.0.0 # Snyk vulnerability fix
|
||||||
# mss # screenshots
|
# mss # screenshots
|
||||||
# albumentations>=1.0.3
|
# albumentations>=1.0.3
|
||||||
# pycocotools>=2.0.6 # COCO mAP
|
# pycocotools>=2.0.6 # COCO mAP
|
||||||
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
|
||||||
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
|
||||||
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
|
||||||
|
|
Loading…
Reference in New Issue