Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
langchain
|
2 |
openai
|
3 |
spacy
|
4 |
-
pip install $(spacy info en_core_web_md
|
5 |
PyPDF2
|
6 |
numpy
|
7 |
scikit-learn
|
|
|
1 |
langchain
|
2 |
openai
|
3 |
spacy
|
4 |
+
pip install $(spacy info en_core_web_md)
|
5 |
PyPDF2
|
6 |
numpy
|
7 |
scikit-learn
|