petter2025 commited on
Commit
b69eaed
·
verified ·
1 Parent(s): 3bf0eee

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- # requirements.txt - OPTIMIZED FOR HUGGING FACE SPACES
2
  gradio==6.2.0
3
- uvicorn==0.23.2 # CRITICAL: Downgrade to fix loop_factory error
4
- fastapi==0.104.1
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