Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -14,4 +14,6 @@ pydantic==2.5.3
|
|
14 |
feedparser==6.0.10
|
15 |
scikit-learn>=1.3.0
|
16 |
numpy>=1.21.0
|
|
|
|
|
17 |
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0-py3-none-any.whl
|
|
|
14 |
feedparser==6.0.10
|
15 |
scikit-learn>=1.3.0
|
16 |
numpy>=1.21.0
|
17 |
+
matplotlib>=3.8.0
|
18 |
+
tabulate>=0.9.0
|
19 |
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0-py3-none-any.whl
|