petter2025 commited on
Commit
3ad605e
·
verified ·
1 Parent(s): aa5baaf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  # Core ARF - REAL OSS Implementation
2
  agentic-reliability-framework>=3.3.9
3
 
4
- # Web Framework
5
- gradio>=6.5.1
6
 
7
  # Data Processing & Visualization
8
  pandas>=2.0.0
 
1
  # Core ARF - REAL OSS Implementation
2
  agentic-reliability-framework>=3.3.9
3
 
4
+ # Web Framework - GRADIO 4.x (STABLE ON HUGGING FACE SPACES)
5
+ gradio==4.44.1
6
 
7
  # Data Processing & Visualization
8
  pandas>=2.0.0