Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
-
|
|
|
|
|
2 |
langchain
|
|
|
|
|
3 |
langchain-community
|
|
|
4 |
groq
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
python-dotenv
|
9 |
-
langchain_google_genai
|
|
|
1 |
+
gradio
|
2 |
+
pandas
|
3 |
+
requests
|
4 |
langchain
|
5 |
+
langchain-core
|
6 |
+
langgraph
|
7 |
langchain-community
|
8 |
+
langchain-google-genai
|
9 |
groq
|
10 |
+
tavily-python
|
11 |
+
arxiv
|
12 |
+
wikipedia
|
13 |
+
python-dotenv
|
|