Update requirements.txt
Browse files- requirements.txt +5 -18
requirements.txt
CHANGED
|
@@ -1,27 +1,14 @@
|
|
| 1 |
-
# requirements.txt
|
| 2 |
-
|
| 3 |
-
# Core ARF - REAL OSS Implementation
|
| 4 |
agentic-reliability-framework>=3.3.9
|
| 5 |
-
|
| 6 |
-
# Web Framework - Using Gradio 6.5.1 (as required by build)
|
| 7 |
-
gradio[oauth,mcp]==6.5.1
|
| 8 |
-
|
| 9 |
-
# API Framework - Updated to version compatible with Gradio 6.5.1
|
| 10 |
-
fastapi>=0.115.2,<1.0 # Gradio 6.5.1 requires fastapi >=0.115.2
|
| 11 |
uvicorn[standard]>=0.24.0
|
|
|
|
| 12 |
pydantic>=2.5.0
|
| 13 |
python-multipart>=0.0.9
|
| 14 |
-
|
| 15 |
-
# Data Processing & Visualization
|
| 16 |
pandas>=2.0.0
|
| 17 |
numpy>=1.24.0
|
| 18 |
-
|
| 19 |
-
# Mathematical Sophistication
|
| 20 |
scipy>=1.11.0
|
| 21 |
-
|
| 22 |
-
# Utilities
|
| 23 |
python-dateutil>=2.8.2
|
| 24 |
typing-extensions>=4.8.0
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
huggingface-hub>=0.20.0
|
|
|
|
| 1 |
+
# requirements.txt
|
|
|
|
|
|
|
| 2 |
agentic-reliability-framework>=3.3.9
|
| 3 |
+
fastapi>=0.115.2,<1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
uvicorn[standard]>=0.24.0
|
| 5 |
+
gradio==4.44.1
|
| 6 |
pydantic>=2.5.0
|
| 7 |
python-multipart>=0.0.9
|
|
|
|
|
|
|
| 8 |
pandas>=2.0.0
|
| 9 |
numpy>=1.24.0
|
|
|
|
|
|
|
| 10 |
scipy>=1.11.0
|
|
|
|
|
|
|
| 11 |
python-dateutil>=2.8.2
|
| 12 |
typing-extensions>=4.8.0
|
| 13 |
+
huggingface-hub>=0.20.0
|
| 14 |
+
requests>=2.31.0
|
|
|