Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
|
|
|
|
|
2 |
minisom
|
3 |
-
scipy
|
4 |
fastapi
|
5 |
numpy
|
6 |
-
opencv-python
|
7 |
-
jinja2
|
8 |
pydantic
|
9 |
-
|
10 |
-
|
|
|
1 |
+
scikit-learn
|
2 |
+
#pillow
|
3 |
+
#tensorflow
|
4 |
minisom
|
|
|
5 |
fastapi
|
6 |
numpy
|
|
|
|
|
7 |
pydantic
|
8 |
+
opencv-python
|
9 |
+
matplotlib
|