petter2025 commited on
Commit
107e412
·
verified ·
1 Parent(s): a1d8cb4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,6 +1,5 @@
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
@@ -13,7 +12,7 @@ python-dotenv==1.0.1
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.1.4
17
  numpy==1.26.4
18
 
19
  # ===== UI Framework =====
 
1
+ # Agentic Reliability Framework v3.8.0 - Hugging Face Optimized
2
+ # NO pandas - it fails on Python 3.13
 
3
 
4
  # ===== Core Dependencies =====
5
  # Runtime & Configuration - Pydantic v2 with pydantic-settings
 
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 =====