Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
-
# requirements.txt -
|
| 2 |
-
agentic-reliability-framework>=3.3.9
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
pydantic>=2.0.0
|
| 4 |
typing-extensions>=4.7.0
|
| 5 |
-
python-dotenv=
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
gradio==4.19.0
|
| 9 |
-
pyyaml==6.0.1
|
|
|
|
| 1 |
+
# requirements.txt - OPTIMIZED FOR HUGGING FACE SPACES
|
| 2 |
+
agentic-reliability-framework>=3.3.9
|
| 3 |
+
gradio>=4.19.0
|
| 4 |
+
plotly>=5.19.0
|
| 5 |
+
pandas>=2.0.0
|
| 6 |
+
numpy>=1.26.4
|
| 7 |
pydantic>=2.0.0
|
| 8 |
typing-extensions>=4.7.0
|
| 9 |
+
python-dotenv>=1.0.1
|
| 10 |
+
pyyaml>=6.0.1
|
| 11 |
+
nest_asyncio>=1.5.0
|
|
|
|
|
|