teganmosi commited on
Commit
25127ad
·
1 Parent(s): 3a2b649

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -16
requirements.txt CHANGED
@@ -1,16 +1,16 @@
1
- streamlit==1.23.1
2
- streamlit-chat==0.0.2.2
3
- deeplake==3.5.2
4
- openai==0.27.6
5
- langchain==0.0.200
6
- tiktoken==0.4.0
7
- unstructured==0.6.5
8
- pdf2image==1.16.3
9
- pytesseract==0.3.10
10
- beautifulsoup4==4.12.2
11
- bs4==0.0.1
12
- python-dotenv==1.0.0
13
- sentence-transformers==2.2.2
14
- pygpt4all==1.1.0
15
- tqdm==4.65.0
16
- GitPython==3.1.31
 
1
+ pip install streamlit==1.23.1
2
+ pip install streamlit-chat==0.0.2.2
3
+ pip install deeplake==3.5.2
4
+ pip install openai==0.27.6
5
+ pip install langchain==0.0.200
6
+ pip install tiktoken==0.4.0
7
+ pip install unstructured==0.6.5
8
+ pip install pdf2image==1.16.3
9
+ pip install pytesseract==0.3.10
10
+ pip install beautifulsoup4==4.12.2
11
+ pip install bs4==0.0.1
12
+ pip install python-dotenv==1.0.0
13
+ pip install sentence-transformers==2.2.2
14
+ pip install pygpt4all==1.1.0
15
+ pip install tqdm==4.65.0
16
+ pip installGitPython==3.1.31