Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
torch==2.3.1
|
| 2 |
-
opencv-python==4.10.0
|
| 3 |
streamlit==1.38.0
|
| 4 |
Pillow==10.4.0
|
| 5 |
numpy==1.26.4
|
|
|
|
| 1 |
torch==2.3.1
|
| 2 |
+
opencv-python==4.10.0.84 # Use a valid version
|
| 3 |
streamlit==1.38.0
|
| 4 |
Pillow==10.4.0
|
| 5 |
numpy==1.26.4
|