Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
numpy==1.23.5
|
2 |
-
scikit-image==0.19.3
|
3 |
gradio
|
4 |
-
|
5 |
pandas
|
6 |
opencv-python
|
|
|
|
|
7 |
#-e .
|
|
|
1 |
numpy==1.23.5
|
|
|
2 |
gradio
|
3 |
+
scikit-learn==1.2.0
|
4 |
pandas
|
5 |
opencv-python
|
6 |
+
scikit-image==0.22.0
|
7 |
+
joblib==1.2.0
|
8 |
#-e .
|