Spaces:
Sleeping
Sleeping
Update requirement.txt
Browse files- requirement.txt +4 -4
requirement.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
-
opencv-python
|
3 |
-
mediapipe
|
4 |
-
numpy
|
|
|
1 |
+
streamlit==1.25.0 # Replace with the correct version you are using
|
2 |
+
opencv-python==4.8.1.78
|
3 |
+
mediapipe==0.10.7
|
4 |
+
numpy==1.23.5
|