Remove opencv-python from requirements (already installed)

This commit is contained in:
Rick McEwen
2026-01-06 15:23:31 -05:00
parent 304d743df8
commit c086e8bbf7

View File

@ -1,8 +1,8 @@
# Requirements for CLIP logo fine-tuning on RTX 4090 # Requirements for CLIP logo fine-tuning on RTX 4090
# #
# Only includes packages not already installed on the training server. # Only includes packages not already installed on the training server.
# Does NOT upgrade existing packages (torch, torchvision, numpy, pillow, pyyaml) # Does NOT upgrade existing packages (torch, torchvision, numpy, pillow,
# which are already installed and compatible. # pyyaml, opencv-python) which are already installed and compatible.
# #
# Usage: # Usage:
# pip install -r requirements-training.txt # pip install -r requirements-training.txt
@ -16,9 +16,6 @@ peft>=0.7.0
# Progress bars # Progress bars
tqdm>=4.66.0 tqdm>=4.66.0
# Image processing for detection pipeline
opencv-python>=4.8.0
# HuggingFace Hub for model downloads # HuggingFace Hub for model downloads
huggingface-hub>=0.19.0 huggingface-hub>=0.19.0