Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio==4.44.1
|
| 2 |
pydantic==2.10.6
|
| 3 |
fastapi==0.111.0
|
|
|
|
| 4 |
uvicorn>=0.14.0
|
| 5 |
websockets>=10.4
|
| 6 |
spaces
|
|
|
|
| 1 |
gradio==4.44.1
|
| 2 |
pydantic==2.10.6
|
| 3 |
fastapi==0.111.0
|
| 4 |
+
numpy<2.0.0
|
| 5 |
uvicorn>=0.14.0
|
| 6 |
websockets>=10.4
|
| 7 |
spaces
|