Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
langchain
|
| 2 |
-
numpy==1.21.0 # or any stable version
|
| 3 |
huggingface_hub
|
| 4 |
transformers
|
| 5 |
sentence-transformers
|
|
@@ -9,3 +8,5 @@ python-docx
|
|
| 9 |
nltk
|
| 10 |
spacy
|
| 11 |
faiss-cpu
|
|
|
|
|
|
|
|
|
| 1 |
langchain
|
|
|
|
| 2 |
huggingface_hub
|
| 3 |
transformers
|
| 4 |
sentence-transformers
|
|
|
|
| 8 |
nltk
|
| 9 |
spacy
|
| 10 |
faiss-cpu
|
| 11 |
+
numpy==1.21.0 # Add a stable version of numpy
|
| 12 |
+
wheel # Add this line to ensure wheel is installed
|