indhupamula commited on
Commit
f86db50
·
verified ·
1 Parent(s): 1c4b6cd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -3,10 +3,11 @@ numpy==1.25.2
3
  pandas==2.1.0
4
  PyPDF2==2.12.1
5
  python-docx==0.8.11
6
- sentence-transformers>=2.2.2 # remove exact version
7
- huggingface-hub>=0.14.0
8
  torch==2.1.0
9
  scikit-learn==1.3.0
10
- spacy==3.7.0
 
11
  fpdf==1.7.2
12
- typer<0.10.0,>=0.3.0
 
3
  pandas==2.1.0
4
  PyPDF2==2.12.1
5
  python-docx==0.8.11
6
+ sentence-transformers==2.2.2
7
+ huggingface-hub==0.16.4
8
  torch==2.1.0
9
  scikit-learn==1.3.0
10
+ spacy==3.7.5
11
+ en-core-web-sm==3.7.1
12
  fpdf==1.7.2
13
+ typer==0.9.4