Spaces:
Build error
Build error
Update requirements.txt
#9
by mukiibi - opened
- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,11 +1,14 @@
|
|
| 1 |
-
huggingface_hub
|
| 2 |
-
gradio
|
|
|
|
| 3 |
pandas
|
| 4 |
torch
|
| 5 |
numpy
|
| 6 |
sentence-transformers
|
| 7 |
google-generativeai
|
| 8 |
chromadb
|
|
|
|
|
|
|
| 9 |
langchain-chroma
|
| 10 |
gspread
|
| 11 |
google-auth
|
|
|
|
| 1 |
+
huggingface_hub
|
| 2 |
+
gradio>=5.27.0
|
| 3 |
+
pydantic==2.10.6
|
| 4 |
pandas
|
| 5 |
torch
|
| 6 |
numpy
|
| 7 |
sentence-transformers
|
| 8 |
google-generativeai
|
| 9 |
chromadb
|
| 10 |
+
langgraph
|
| 11 |
+
langgraph-checkpoint-sqlite
|
| 12 |
langchain-chroma
|
| 13 |
gspread
|
| 14 |
google-auth
|