Update requirements.txt
Browse files- 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 |
|
| 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
|