Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langgraph>=0.1.0
|
| 2 |
+
langchain>=0.3.0
|
| 3 |
+
langchain-google-genai>=1.0.0
|
| 4 |
+
langchain-community>=0.3.0
|
| 5 |
+
duckduckgo-search>=6.0.0
|
| 6 |
+
gradio>=4.0.0
|
| 7 |
+
pandas>=2.0.0
|
| 8 |
+
requests>=2.31.0
|
| 9 |
+
pillow>=10.0.0
|