Spaces:
Build error
Build error
Varsha Dewangan commited on
Commit ·
0911d5a
1
Parent(s): 05fc473
Attempting to fix dlib build timeout with specific dlib-bin and face_recognition versions
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -12,7 +12,8 @@ flask
|
|
| 12 |
flask_sqlalchemy
|
| 13 |
gunicorn
|
| 14 |
ultralytics
|
| 15 |
-
|
|
|
|
| 16 |
Pillow
|
| 17 |
opencv-python-headless
|
| 18 |
numpy
|
|
|
|
| 12 |
flask_sqlalchemy
|
| 13 |
gunicorn
|
| 14 |
ultralytics
|
| 15 |
+
dlib-bin==19.22.0
|
| 16 |
+
face_recognition==1.3.0
|
| 17 |
Pillow
|
| 18 |
opencv-python-headless
|
| 19 |
numpy
|