Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
numpy==1.23.5
|
2 |
-
matplotlib==3.7.2
|
3 |
-
streamlit==1.25.0
|
4 |
scikit-image==0.21.0
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
|
|
|
1 |
numpy==1.23.5
|
|
|
|
|
2 |
scikit-image==0.21.0
|
3 |
+
scikit-learn==1.2.2
|
4 |
+
opencv-python==4.7.0.72
|
5 |
+
Pillow==9.4.0
|
6 |
+
gradio==3.34.0
|
7 |
+
|
8 |
|
9 |
|