Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
gradio==3.50.2
|
| 2 |
opencv-python-headless==4.8.0.76
|
| 3 |
-
numpy
|
| 4 |
Pillow==10.0.0
|
| 5 |
deepface==0.0.79
|
| 6 |
mtcnn==0.1.1
|
|
|
|
| 1 |
gradio==3.50.2
|
| 2 |
opencv-python-headless==4.8.0.76
|
| 3 |
+
numpy==1.23.5 # Pinned to version compatible with all
|
| 4 |
Pillow==10.0.0
|
| 5 |
deepface==0.0.79
|
| 6 |
mtcnn==0.1.1
|