petter2025 commited on
Commit
2c985e0
·
verified ·
1 Parent(s): d371204

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -10
requirements.txt CHANGED
@@ -1,17 +1,9 @@
1
- # Agentic Reliability Framework v3.8.0 - Hugging Face Optimized
2
- # Python 3.12 compatible - No Rust compilation
3
-
4
- # ===== Core Dependencies =====
5
  pydantic>=2.0.0
6
  typing-extensions>=4.7.0
7
  python-dotenv==1.0.1
8
-
9
- # ===== Visualization =====
10
  plotly==5.19.0
11
  numpy==1.26.4
12
-
13
- # ===== UI Framework =====
14
  gradio==4.19.0
15
-
16
- # ===== Data Processing =====
17
  pyyaml==6.0.1
 
1
+ # requirements.txt - UPDATED
2
+ agentic-reliability-framework>=3.3.7 # <-- ADD THIS LINE
 
 
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