Update requirements.txt
Browse files- requirements.txt +2 -10
requirements.txt
CHANGED
|
@@ -1,17 +1,9 @@
|
|
| 1 |
-
#
|
| 2 |
-
|
| 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
|