From c086e8bbf7f37f665be2da4e0fbf2706a2db6f15 Mon Sep 17 00:00:00 2001 From: Rick McEwen Date: Tue, 6 Jan 2026 15:23:31 -0500 Subject: [PATCH] Remove opencv-python from requirements (already installed) --- requirements-training.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/requirements-training.txt b/requirements-training.txt index 3d4119e..fe8bdce 100644 --- a/requirements-training.txt +++ b/requirements-training.txt @@ -1,8 +1,8 @@ # Requirements for CLIP logo fine-tuning on RTX 4090 # # Only includes packages not already installed on the training server. -# Does NOT upgrade existing packages (torch, torchvision, numpy, pillow, pyyaml) -# which are already installed and compatible. +# Does NOT upgrade existing packages (torch, torchvision, numpy, pillow, +# pyyaml, opencv-python) which are already installed and compatible. # # Usage: # pip install -r requirements-training.txt @@ -16,9 +16,6 @@ peft>=0.7.0 # Progress bars tqdm>=4.66.0 -# Image processing for detection pipeline -opencv-python>=4.8.0 - # HuggingFace Hub for model downloads huggingface-hub>=0.19.0