Spaces:
Build error
Build error
Commit
·
2af34d6
1
Parent(s):
e3ebf55
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 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
|
|
|
|
| 1 |
+
|
| 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
|