Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -9
requirements.txt
CHANGED
@@ -1,11 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
matplotlib>=3.4.0
|
5 |
-
opencv-python>=4.5.0
|
6 |
-
Pillow>=8.0.0
|
7 |
-
seaborn>=0.11.0
|
8 |
-
scikit-learn>=1.0.0
|
9 |
h2o
|
10 |
-
|
|
|
11 |
#-e .
|
|
|
1 |
+
numpy==1.23.5
|
2 |
+
scikit-image==0.19.3
|
3 |
+
gradio
|
|
|
|
|
|
|
|
|
|
|
4 |
h2o
|
5 |
+
pandas
|
6 |
+
opencv-python
|
7 |
#-e .
|