Update requirements.txt

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/13323/head
Glenn Jocher 2024-09-20 14:29:01 +02:00 committed by GitHub
parent e01f0af267
commit 83b9838d2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -12,7 +12,7 @@ PyYAML>=5.3.1
requests>=2.32.2
scipy>=1.4.1
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
tqdm>=4.64.0
ultralytics>=8.2.34 # https://ultralytics.com
@ -47,6 +47,3 @@ setuptools>=70.0.0 # Snyk vulnerability fix
# mss # screenshots
# albumentations>=1.0.3
# 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