Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ matplotlib==3.8.2
|
|
| 5 |
numpy==1.26.4
|
| 6 |
gradio==5.23.2
|
| 7 |
uvicorn==0.30.6
|
| 8 |
-
fastapi=
|
| 9 |
albumentations==1.4.0
|
| 10 |
opencv-python==4.9.0.80
|
| 11 |
tqdm==4.66.1
|
|
|
|
| 5 |
numpy==1.26.4
|
| 6 |
gradio==5.23.2
|
| 7 |
uvicorn==0.30.6
|
| 8 |
+
fastapi>=0.115.2,<1.0
|
| 9 |
albumentations==1.4.0
|
| 10 |
opencv-python==4.9.0.80
|
| 11 |
tqdm==4.66.1
|