Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
numpy
|
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
opencv-python-headless==4.8.0.74
|
3 |
+
numpy==1.23.5
|
4 |
+
Pillow==9.5.0
|