Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,6 +3,7 @@ streamlit==1.45.1
|
|
| 3 |
pdfplumber==0.11.6
|
| 4 |
pandas==2.2.1
|
| 5 |
spacy==3.7.2
|
|
|
|
| 6 |
scikit-learn==1.4.2
|
| 7 |
plotly==6.1.0
|
| 8 |
requests==2.32.3
|
|
|
|
| 3 |
pdfplumber==0.11.6
|
| 4 |
pandas==2.2.1
|
| 5 |
spacy==3.7.2
|
| 6 |
+
en-core-web-sm @ 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
|
| 7 |
scikit-learn==1.4.2
|
| 8 |
plotly==6.1.0
|
| 9 |
requests==2.32.3
|