fadliaulawi commited on
Commit
0dfd1a6
1 Parent(s): 531ac39

Update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -4,18 +4,20 @@ nltk==3.8.1
4
  pandas==2.2.2
5
  streamlit==1.33.0
6
  xlsxwriter==3.2.0
7
- openai==1.26.0
8
  biopython==1.83
9
- langchain==0.1.13
10
  pypdf==4.1.0
11
- tiktoken==0.5.2
12
  pillow-heif==0.15.0
13
  torchvision==0.15.2
14
  transformers==4.38.2
15
  python-dotenv==1.0.1
16
  rapidocr-onnxruntime==1.3.15
17
- langchain-openai==0.1.6
18
  img2table==1.2.11
19
  timm==0.9.16
20
  python-doctr==0.8.1
21
- langchain-google-genai==1.0.3
 
 
 
 
 
 
4
  pandas==2.2.2
5
  streamlit==1.33.0
6
  xlsxwriter==3.2.0
 
7
  biopython==1.83
 
8
  pypdf==4.1.0
9
+ tiktoken==0.7.0
10
  pillow-heif==0.15.0
11
  torchvision==0.15.2
12
  transformers==4.38.2
13
  python-dotenv==1.0.1
14
  rapidocr-onnxruntime==1.3.15
 
15
  img2table==1.2.11
16
  timm==0.9.16
17
  python-doctr==0.8.1
18
+ langchain==0.3.1
19
+ langchain-community==0.3.1
20
+ langchain-core==0.3.6
21
+ langchain-google-genai==2.0.0
22
+ langchain-openai==0.2.1
23
+ langchain-text-splitters==0.3.0