aneeb15 commited on
Commit
28ae80a
·
1 Parent(s): c7b458a

Fix ImportError: Revert to pinned requirements to use Langchain 0.2.x AgentExecutor

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
  streamlit
2
- langchain
3
- langchain-google-genai
4
- langchain-community
5
- langchain-groq
6
  plotly
7
- pygithub
8
- pydantic
9
  pysqlite3-binary
10
  torch
11
  torchvision
 
1
  streamlit
2
+ langchain==0.2.16
3
+ langchain-google-genai==1.0.10
4
+ langchain-community==0.2.16
5
+ langchain-groq==0.1.10
6
  plotly
7
+ pygithub==2.3.0
8
+ pydantic==2.7.4
9
  pysqlite3-binary
10
  torch
11
  torchvision