petter2025 commited on
Commit
c4f5850
·
verified ·
1 Parent(s): 6cdf2f4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- # requirements.txt - UPDATED
2
- agentic-reliability-framework>=3.3.9
 
 
 
 
3
  pydantic>=2.0.0
4
  typing-extensions>=4.7.0
5
- python-dotenv==1.0.1
6
- plotly==5.19.0
7
- numpy==1.26.4
8
- gradio==4.19.0
9
- pyyaml==6.0.1
 
1
+ # requirements.txt - OPTIMIZED FOR HUGGING FACE SPACES
2
+ agentic-reliability-framework>=3.3.9
3
+ gradio>=4.19.0
4
+ plotly>=5.19.0
5
+ pandas>=2.0.0
6
+ numpy>=1.26.4
7
  pydantic>=2.0.0
8
  typing-extensions>=4.7.0
9
+ python-dotenv>=1.0.1
10
+ pyyaml>=6.0.1
11
+ nest_asyncio>=1.5.0