Update requirements.txt
Browse files- requirements.txt +4 -16
requirements.txt
CHANGED
|
@@ -1,19 +1,7 @@
|
|
| 1 |
-
# requirements.txt
|
| 2 |
-
agentic-reliability-framework>=
|
| 3 |
fastapi>=0.115.2,<1.0
|
| 4 |
uvicorn[standard]>=0.24.0
|
| 5 |
-
gradio[oauth,mcp]==6.5.1
|
| 6 |
pydantic>=2.5.0
|
| 7 |
-
python-multipart>=0.0.9
|
| 8 |
-
pandas>=2.0.0
|
| 9 |
-
numpy>=1.24.0
|
| 10 |
-
scipy>=1.11.0
|
| 11 |
-
python-dateutil>=2.8.2
|
| 12 |
-
typing-extensions>=4.8.0
|
| 13 |
-
huggingface-hub>=0.20.0
|
| 14 |
-
requests>=2.31.0
|
| 15 |
-
pyyaml>=6.0
|
| 16 |
-
sentence-transformers>=2.2.0
|
| 17 |
-
# HMC learner dependencies
|
| 18 |
-
pymc>=5.0.0
|
| 19 |
-
arviz>=0.15.0
|
|
|
|
| 1 |
+
# requirements.txt for ARF v4
|
| 2 |
+
agentic-reliability-framework>=4.0.0
|
| 3 |
fastapi>=0.115.2,<1.0
|
| 4 |
uvicorn[standard]>=0.24.0
|
| 5 |
+
gradio[oauth,mcp]==6.5.1
|
| 6 |
pydantic>=2.5.0
|
| 7 |
+
python-multipart>=0.0.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|