Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
|
| 3 |
+
# Core libraries
|
| 4 |
+
gradio>=4.16.0
|
| 5 |
+
openai>=1.30.1
|
| 6 |
+
python-dotenv>=1.0.1
|
| 7 |
+
|
| 8 |
+
# Agno AI SDK (make sure it's installed from PyPI or your local dev source)
|
| 9 |
+
agno
|