santu24 commited on
Commit
ded8e64
·
verified ·
1 Parent(s): 8f0c938

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -9
requirements.txt CHANGED
@@ -1,9 +1,14 @@
1
- Flask==2.3.2
2
- pandas==2.0.3
3
- google-generativeai
4
- langchain-google-genai
5
- langchain
6
- langchain-community
7
- langgraph
8
- flask-session
9
- python-dotenv==1.0.0
 
 
 
 
 
 
1
+ Flask==2.3.2
2
+ pandas==2.0.3
3
+ google-generativeai
4
+ langchain-google-genai
5
+ langchain
6
+ langchain-community
7
+ langgraph
8
+ flask-session
9
+ python-dotenv==1.0.0
10
+ transformers>=4.30.0
11
+ torch>=2.0.1
12
+ accelerate>=0.20.3
13
+ sentencepiece>=0.1.97
14
+ langchain-experimental>=0.0.5