Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ gradio
|
|
| 6 |
pdfplumber
|
| 7 |
python-docx
|
| 8 |
nltk
|
| 9 |
-
spacy
|
| 10 |
faiss-cpu
|
| 11 |
numpy # Add a stable version of numpy
|
| 12 |
-
wheel # Add this line to ensure wheel is installed
|
|
|
|
| 6 |
pdfplumber
|
| 7 |
python-docx
|
| 8 |
nltk
|
| 9 |
+
#spacy
|
| 10 |
faiss-cpu
|
| 11 |
numpy # Add a stable version of numpy
|
| 12 |
+
#wheel # Add this line to ensure wheel is installed
|