rishabh5752 commited on
Commit
e3ebf55
·
1 Parent(s): 7b61724

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  gradio==2.3.0
2
  PyMuPDF==1.18.7 # For working with PDF files
3
  nltk==3.6.4 # For natural language processing
4
- scikit-learn==0.24.2 # For TF-IDF vectorization and cosine similarity
 
1
  gradio==2.3.0
2
  PyMuPDF==1.18.7 # For working with PDF files
3
  nltk==3.6.4 # For natural language processing
4
+ scikit-learn>=0.18 # For TF-IDF vectorization and cosine similarity