rishabh5752 commited on
Commit
ea239f0
·
1 Parent(s): 6196847

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -1,3 +1,8 @@
1
  PyMuPDF==1.22.5 # For working with PDF files
2
  nltk==3.6.4 # For natural language processing
3
  scikit-learn>=0.18 # For TF-IDF vectorization and cosine similarity
 
 
 
 
 
 
1
  PyMuPDF==1.22.5 # For working with PDF files
2
  nltk==3.6.4 # For natural language processing
3
  scikit-learn>=0.18 # For TF-IDF vectorization and cosine similarity
4
+
5
+ regex==2023.8.8
6
+ joblib==1.3.2
7
+ scipy==1.11.2
8
+ threadpoolctl==3.2.0