Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Agentic Reliability Framework v3.8.0 - Enhanced Demo
|
| 2 |
# Updated: 2024-12-29 (v3.8.0 release)
|
|
|
|
| 3 |
|
| 4 |
# ===== Core Dependencies =====
|
| 5 |
# Runtime & Configuration - Pydantic v2 with pydantic-settings
|
|
@@ -10,8 +11,8 @@ python-dotenv==1.0.1
|
|
| 10 |
|
| 11 |
# ===== Visualization =====
|
| 12 |
plotly==5.19.0
|
| 13 |
-
matplotlib==3.8.2
|
| 14 |
-
seaborn==0.13.2
|
| 15 |
pandas==2.2.1
|
| 16 |
numpy==1.26.4
|
| 17 |
|
|
|
|
| 1 |
# Agentic Reliability Framework v3.8.0 - Enhanced Demo
|
| 2 |
# Updated: 2024-12-29 (v3.8.0 release)
|
| 3 |
+
# OPTIMIZED for Hugging Face Spaces - No matplotlib/seaborn
|
| 4 |
|
| 5 |
# ===== Core Dependencies =====
|
| 6 |
# Runtime & Configuration - Pydantic v2 with pydantic-settings
|
|
|
|
| 11 |
|
| 12 |
# ===== Visualization =====
|
| 13 |
plotly==5.19.0
|
| 14 |
+
# REMOVED: matplotlib==3.8.2 # Causes compilation issues
|
| 15 |
+
# REMOVED: seaborn==0.13.2 # Causes compilation issues
|
| 16 |
pandas==2.2.1
|
| 17 |
numpy==1.26.4
|
| 18 |
|