Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
httpx
|
| 4 |
-
pydantic
|
| 5 |
-
gradio
|
| 6 |
-
numpy
|
|
|
|
| 1 |
+
fastapi==0.111.0
|
| 2 |
+
uvicorn[standard]==0.30.1
|
| 3 |
+
httpx==0.27.0
|
| 4 |
+
pydantic==2.7.1
|
| 5 |
+
gradio==4.43.0
|
| 6 |
+
numpy==2.0.0
|