Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
|
@@ -1,18 +1,15 @@
|
|
| 1 |
# Agentic Reliability Framework v3.8.0 - Hugging Face Optimized
|
| 2 |
-
#
|
| 3 |
|
| 4 |
# ===== Core Dependencies =====
|
| 5 |
-
# Runtime & Configuration - Pydantic
|
| 6 |
-
pydantic>=
|
| 7 |
-
pydantic-settings
|
| 8 |
typing-extensions>=4.7.0
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
|
| 11 |
# ===== Visualization =====
|
| 12 |
plotly==5.19.0
|
| 13 |
-
# REMOVED: matplotlib==3.8.2 # Causes compilation issues
|
| 14 |
-
# REMOVED: seaborn==0.13.2 # Causes compilation issues
|
| 15 |
-
# REMOVED: pandas==2.1.4 # Fails on Python 3.13
|
| 16 |
numpy==1.26.4
|
| 17 |
|
| 18 |
# ===== UI Framework =====
|
|
|
|
| 1 |
# Agentic Reliability Framework v3.8.0 - Hugging Face Optimized
|
| 2 |
+
# Python 3.12 compatible - No Rust compilation
|
| 3 |
|
| 4 |
# ===== Core Dependencies =====
|
| 5 |
+
# Runtime & Configuration - Pydantic v1 (pure Python, no Rust)
|
| 6 |
+
pydantic>=1.10.13,<2.0.0
|
| 7 |
+
pydantic-settings==1.0.0
|
| 8 |
typing-extensions>=4.7.0
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
|
| 11 |
# ===== Visualization =====
|
| 12 |
plotly==5.19.0
|
|
|
|
|
|
|
|
|
|
| 13 |
numpy==1.26.4
|
| 14 |
|
| 15 |
# ===== UI Framework =====
|