petter2025 commited on
Commit
cedb315
·
verified ·
1 Parent(s): d0ba2d8

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -16
requirements.txt DELETED
@@ -1,16 +0,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
8
- pandas>=2.0.0
9
- numpy>=1.26.4
10
- pydantic>=2.0.0
11
- typing-extensions>=4.7.0
12
- python-dotenv>=1.0.1
13
- pyyaml>=6.0.1
14
- websockets>=10.4
15
- aiofiles>=22.0
16
- httpx>=0.24.0