Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
# Core dependencies
|
| 2 |
-
opencv-python
|
| 3 |
imutils
|
| 4 |
numpy<2
|
| 5 |
matplotlib
|
| 6 |
|
| 7 |
-
# Modern
|
| 8 |
torch==2.3.0+cpu
|
| 9 |
torchvision==0.18.0+cpu
|
| 10 |
torchaudio==2.3.0
|
|
|
|
| 1 |
# Core dependencies
|
| 2 |
+
opencv-python-headless
|
| 3 |
imutils
|
| 4 |
numpy<2
|
| 5 |
matplotlib
|
| 6 |
|
| 7 |
+
# Modern CPU-only PyTorch build (compatible with Hugging Face Spaces)
|
| 8 |
torch==2.3.0+cpu
|
| 9 |
torchvision==0.18.0+cpu
|
| 10 |
torchaudio==2.3.0
|