Jekyll2000 commited on
Commit
8657934
·
verified ·
1 Parent(s): 866fc2d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -10
requirements.txt CHANGED
@@ -1,13 +1,12 @@
1
  altair
2
  pandas
3
 
4
- streamlit
5
- python-docx
6
- PyPDF2
7
- pdfkit
8
- transformers
9
- sentence-transformers
10
- faiss-cpu
11
- unstructured
12
- langchain
13
- huggingface-hub
 
1
  altair
2
  pandas
3
 
4
+ streamlit==1.32.0
5
+ sentence-transformers==2.6.1
6
+ faiss-cpu==1.8.0
7
+ PyPDF2==3.0.1
8
+ python-docx==0.8.11
9
+ huggingface-hub==0.22.2
10
+ transformers==4.40.0
11
+ pdfkit==1.0.0
12
+ numpy==1.26.0