Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
numpy
|
4 |
-
opencv-python-headless
|
5 |
-
|
6 |
-
tensorflow
|
|
|
1 |
+
streamlit==1.21.0
|
2 |
+
tensorflow==2.12.0
|
3 |
+
numpy==1.24.2
|
4 |
+
opencv-python-headless==4.7.0.72
|
5 |
+
pillow==10.0.0
|
|