Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ torch>=1.6.0
|
|
3 |
opencv-python>=4.4.0.46
|
4 |
scipy>=1.4.1
|
5 |
numpy>=1.19.5
|
6 |
-
|
|
|
|
3 |
opencv-python>=4.4.0.46
|
4 |
scipy>=1.4.1
|
5 |
numpy>=1.19.5
|
6 |
+
face-recognition==1.3.0
|
7 |
+
|