Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -6
requirements.txt
CHANGED
|
@@ -2,10 +2,20 @@ fastmcp
|
|
| 2 |
fastapi
|
| 3 |
uvicorn[standard]
|
| 4 |
pydantic>=2.0.0
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
numpy>=1.24
|
| 8 |
-
pandas>=1.5
|
| 9 |
-
requests>=2.27
|
| 10 |
-
shapely>=2.0
|
| 11 |
matplotlib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
fastapi
|
| 3 |
uvicorn[standard]
|
| 4 |
pydantic>=2.0.0
|
| 5 |
+
agml>=0.7.0
|
| 6 |
+
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
matplotlib
|
| 8 |
+
tqdm
|
| 9 |
+
scikit-learn
|
| 10 |
+
requests>=2.0.0
|
| 11 |
+
opencv-python-headless>=4.10.0.84
|
| 12 |
+
pyyaml>=5.4.1
|
| 13 |
+
albumentations
|
| 14 |
+
dict2xml
|
| 15 |
+
ipywidgets>=8.1.5
|
| 16 |
+
rich>=14.0.0
|
| 17 |
+
setuptools>=58.0.0
|
| 18 |
+
wheel>=0.36.0
|
| 19 |
+
pandas
|
| 20 |
+
tensorflow
|
| 21 |
+
torch
|