Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -2,7 +2,6 @@ streamlit
|
|
2 |
pandas
|
3 |
plotly
|
4 |
requests
|
5 |
-
ai71
|
6 |
PyPDF2
|
7 |
python-docx
|
8 |
matplotlib
|
@@ -23,5 +22,7 @@ webdriver_manager
|
|
23 |
scikit-learn
|
24 |
networkx
|
25 |
tabula-py
|
26 |
-
spacy==3.
|
27 |
-
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.
|
|
|
|
|
|
2 |
pandas
|
3 |
plotly
|
4 |
requests
|
|
|
5 |
PyPDF2
|
6 |
python-docx
|
7 |
matplotlib
|
|
|
22 |
scikit-learn
|
23 |
networkx
|
24 |
tabula-py
|
25 |
+
spacy==3.7.2
|
26 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|
27 |
+
pydantic>=1.8.2,<3.0.0
|
28 |
+
ai71==0.0.18
|