Shakir60 commited on
Commit
1f50ebf
·
verified ·
1 Parent(s): 3db0aec

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -3,9 +3,12 @@ streamlit==1.28.0
3
  torch==2.0.1
4
  transformers==4.35.0
5
  Pillow==10.0.1
6
- langchain==0.0.335
7
- faiss-cpu==1.7.4
8
- sentence-transformers==2.2.2
9
- opencv-python-headless==4.8.0.74
10
- numpy==1.24.3
11
- pandas==2.0.3
 
 
 
 
3
  torch==2.0.1
4
  transformers==4.35.0
5
  Pillow==10.0.1
6
+ huggingface-hub>=0.19.0
7
+ protobuf>=3.20.0
8
+ langchain>=0.0.350
9
+ faiss-cpu>=1.7.4
10
+ sentence-transformers>=2.2.2
11
+ chromadb>=0.4.18
12
+ python-dotenv>=1.0.0
13
+ numpy>=1.21.0
14
+ tqdm>=4.65.0