Update requirements.txt

Signed-off-by: Sowndappan S <147894621+sowndappan5@users.noreply.github.com>
pull/13352/head
Sowndappan S 2024-10-11 17:07:02 +05:30 committed by GitHub
parent b036e04b35
commit 6c1ea93a34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,8 @@ torch>=1.8.0 # see https://pytorch.org/get-started/locally (recommended)
torchvision>=0.9.0
tqdm>=4.66.3
ultralytics>=8.2.34 # https://ultralytics.com
Cython # Required for cocoapi installation
Cython>=0.29.36 # Required for cocoapi installation
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
# MSCOCO API -------------------------------------------------------------------
git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI # MSCOCO API
@ -42,7 +43,7 @@ seaborn>=0.11.0
# openvino-dev>=2023.0 # OpenVINO export
# Deploy ----------------------------------------------------------------------
setuptools>=70.0.0 # Snyk vulnerability fix
setuptools>=70.0.0 # Snyk vulnerability fix
# tritonclient[all]~=2.24.0
# Extras ----------------------------------------------------------------------