Spaces:
Sleeping
Sleeping
Overglitch
commited on
Commit
•
63b182f
1
Parent(s):
0eef1a6
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
fastapi
|
2 |
numpy
|
|
|
3 |
pydantic
|
4 |
uvicorn
|
5 |
minisom
|
6 |
Pillow
|
7 |
Python-IO
|
8 |
python-math
|
9 |
-
pybase64
|
|
|
|
1 |
fastapi
|
2 |
numpy
|
3 |
+
scipy
|
4 |
pydantic
|
5 |
uvicorn
|
6 |
minisom
|
7 |
Pillow
|
8 |
Python-IO
|
9 |
python-math
|
10 |
+
pybase64
|
11 |
+
opencv-python
|