Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
flask==3.0.3
|
| 2 |
gunicorn==23.0.0
|
| 3 |
-
opencv-python-headless==4.10.0.84
|
| 4 |
-
numpy=
|
| 5 |
-
|
| 6 |
-
# firebase-admin==6.5.0 # alternative to pyfcm, more modern
|
|
|
|
| 1 |
flask==3.0.3
|
| 2 |
gunicorn==23.0.0
|
| 3 |
+
opencv-python-headless==4.10.0.84
|
| 4 |
+
numpy>=1.26.4,<2.0.0 # loose range to avoid build issues
|
| 5 |
+
huggingface-hub>=0.30.0
|
|
|