Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -3,5 +3,4 @@ torch>=1.6.0
|
|
3 |
opencv-python>=4.4.0.46
|
4 |
scipy>=1.4.1
|
5 |
numpy>=1.19.5
|
6 |
-
|
7 |
-
|
|
|
3 |
opencv-python>=4.4.0.46
|
4 |
scipy>=1.4.1
|
5 |
numpy>=1.19.5
|
6 |
+
dlib==19.24.1 # Pre-built wheel for Python 3.10 (Linux)
|
|