Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# Core ARF
|
| 2 |
agentic-reliability-framework>=3.3.9
|
| 3 |
|
| 4 |
# Web Framework
|
|
@@ -14,4 +14,9 @@ python-dateutil>=2.8.2
|
|
| 14 |
typing-extensions>=4.8.0
|
| 15 |
|
| 16 |
# For Hugging Face Spaces
|
| 17 |
-
huggingface-hub>=0.20.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core ARF - REAL OSS Implementation
|
| 2 |
agentic-reliability-framework>=3.3.9
|
| 3 |
|
| 4 |
# Web Framework
|
|
|
|
| 14 |
typing-extensions>=4.8.0
|
| 15 |
|
| 16 |
# For Hugging Face Spaces
|
| 17 |
+
huggingface-hub>=0.20.0
|
| 18 |
+
|
| 19 |
+
# Additional dependencies for enhanced features
|
| 20 |
+
scipy>=1.11.0
|
| 21 |
+
matplotlib>=3.7.0
|
| 22 |
+
seaborn>=0.12.0
|