patmakur commited on
Commit
0f5a867
·
verified ·
1 Parent(s): d712efb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- gradio
2
- langchain
3
- langgraph
4
- langchain-anthropic
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
+