Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
gradio
|
2 |
-
langchain
|
3 |
-
|
4 |
-
|
5 |
matplotlib
|
|
|
|
|
|
1 |
+
gradio>=4.25.0
|
2 |
+
langchain>=0.1.14
|
3 |
+
langchain-anthropic>=0.1.4
|
4 |
+
langgraph>=0.0.20
|
5 |
matplotlib
|
6 |
+
openai # required internally by langchain or LLM tooling
|
7 |
+
|