Spaces:
Sleeping
Sleeping
Updated requirements.txt with proper files and versions
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
streamlit-webrtc
|
3 |
-
opencv-python
|
4 |
-
numpy
|
5 |
-
deepface
|
6 |
-
tensorflow==2.
|
7 |
-
keras==
|
8 |
-
protobuf==
|
9 |
-
av
|
|
|
1 |
+
streamlit==1.41.1
|
2 |
+
streamlit-webrtc==0.57.0
|
3 |
+
opencv-python==4.11.0.86
|
4 |
+
numpy==2.0.2
|
5 |
+
deepface==0.0.93
|
6 |
+
tensorflow==2.18.0
|
7 |
+
keras==3.8.0
|
8 |
+
protobuf==5.29.3
|
9 |
+
av==14.2.0
|