Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
opencv-python
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
| 4 |
numpy
|
| 5 |
-
|
| 6 |
-
SQLAlchemy
|
| 7 |
-
psycopg2-binary
|
| 8 |
-
supabase
|
|
|
|
| 1 |
+
face-recognition==1.3.0
|
| 2 |
+
opencv-python-headless==4.8.0.74
|
| 3 |
+
gradio==3.35.2
|
| 4 |
+
sqlalchemy==1.4.41
|
| 5 |
+
supabase==1.0.3
|
| 6 |
+
scikit-learn==1.0.2
|
| 7 |
numpy
|
| 8 |
+
psycopg2-binary
|
|
|
|
|
|
|
|
|