rwayz commited on
Commit
094ddcd
·
verified ·
1 Parent(s): 6b29104

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -12
requirements.txt CHANGED
@@ -1,12 +1,11 @@
1
- langchain==0.3.12
2
- langchain-community==0.3.12
3
- langchain-core==0.3.26
4
- langchain-openai==0.2.14
5
- langgraph==0.2.60
6
- gradio==5.9.1
7
- pypdf2==3.0.1
8
- faiss-cpu==1.9.0
9
- python-dotenv==1.0.1
10
- pydantic==2.10.4
11
- typing-extensions==4.12.2
12
- openai==1.58.1
 
1
+ langchain>=0.3.12
2
+ langchain-community>=0.3.12
3
+ langchain-openai>=0.2.14
4
+ langgraph>=0.2.60
5
+ gradio>=5.9.1
6
+ pypdf2>=3.0.1
7
+ faiss-cpu>=1.9.0
8
+ python-dotenv>=1.0.1
9
+ pydantic>=2.10.4
10
+ typing-extensions>=4.12.2
11
+ openai>=1.58.1