Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
gradio==4.26.0
|
|
|
|
|
|
|
|
|
2 |
matplotlib
|
3 |
-
|
4 |
-
|
5 |
-
langchain-anthropic>=0.3.12
|
6 |
-
git+https://github.com/langchain-ai/langgraph.git#subdirectory=libs/langgraph
|
7 |
|
8 |
|
9 |
|
|
|
1 |
gradio==4.26.0
|
2 |
+
langgraph==0.0.40
|
3 |
+
langchain-core==0.1.41
|
4 |
+
langchain-anthropic==0.1.10
|
5 |
+
anthropic==0.24.0
|
6 |
matplotlib
|
7 |
+
pandas
|
8 |
+
|
|
|
|
|
9 |
|
10 |
|
11 |
|