Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,12 @@ opencv-python
|
|
| 4 |
matplotlib
|
| 5 |
tqdm
|
| 6 |
jupyter
|
| 7 |
-
python-gdcm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
matplotlib
|
| 5 |
tqdm
|
| 6 |
jupyter
|
| 7 |
+
python-gdcm
|
| 8 |
+
|
| 9 |
+
gradio>=5.17.0
|
| 10 |
+
gradio_client>=1.7.0
|
| 11 |
+
fastapi>=0.115.0
|
| 12 |
+
starlette>=0.38.5
|
| 13 |
+
pydantic>=2.11.0
|
| 14 |
+
uvicorn>=0.30.6
|
| 15 |
+
anyio>=4.4.0
|