petter2025 commited on
Commit
4c4a8c1
·
verified ·
1 Parent(s): 814eac6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -7
requirements.txt CHANGED
@@ -1,18 +1,15 @@
1
  # Agentic Reliability Framework v3.8.0 - Hugging Face Optimized
2
- # Compatible with Python 3.12
3
 
4
  # ===== Core Dependencies =====
5
- # Runtime & Configuration - Pydantic v2 with pydantic-settings
6
- pydantic>=2.0.0,<2.6.0
7
- pydantic-settings>=2.0.0,<2.3.0
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 =====