Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
gradio
|
2 |
requests
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
5 |
sympy
|
6 |
-
|
7 |
-
urllib3
|
|
|
1 |
gradio
|
2 |
requests
|
3 |
+
langgraph
|
4 |
+
langchain
|
5 |
+
langchain-openai
|
6 |
+
langchain-community
|
7 |
+
python-dotenv
|
8 |
+
tavily-python
|
9 |
sympy
|
10 |
+
pandas
|
|