Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -8,5 +8,5 @@ python-docx
|
|
8 |
nltk
|
9 |
spacy
|
10 |
faiss-cpu
|
11 |
-
numpy
|
12 |
wheel # Add this line to ensure wheel is installed
|
|
|
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
|