Spaces:
Runtime error
Runtime error
Commit ·
6196847
1
Parent(s): 2cb199e
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
PyMuPDF==1.
|
| 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
|