Spaces:
Sleeping
Sleeping
silvermete0r
commited on
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
|
|
|
2 |
numpy<=1.23.5
|
3 |
-
opencv_python<=4.7.0.72
|
4 |
pandas<=2.0.2
|
|
|
|
|
|
|
5 |
streamlit<=1.23.1
|
6 |
-
tensorflow
|
|
|
1 |
+
CMake
|
2 |
+
dlib
|
3 |
numpy<=1.23.5
|
|
|
4 |
pandas<=2.0.2
|
5 |
+
opencv-contrib-python
|
6 |
+
opencv-python-headless
|
7 |
+
face_recognition<=1.3.0
|
8 |
streamlit<=1.23.1
|
9 |
+
tensorflow<=2.15.0.post1
|