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