Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
# requirements.txt
|
| 2 |
gradio==6.2.0
|
| 3 |
-
uvicorn==0.23.2
|
| 4 |
-
fastapi=
|
| 5 |
nest_asyncio==1.6.0
|
| 6 |
agentic-reliability-framework>=3.3.9
|
| 7 |
plotly>=5.19.0
|
|
|
|
| 1 |
+
# Updated requirements.txt with compatible versions
|
| 2 |
gradio==6.2.0
|
| 3 |
+
uvicorn==0.23.2
|
| 4 |
+
fastapi>=0.115.2,<1.0.0 # Changed from 0.104.1 to be compatible with gradio 6.2.0
|
| 5 |
nest_asyncio==1.6.0
|
| 6 |
agentic-reliability-framework>=3.3.9
|
| 7 |
plotly>=5.19.0
|