Spaces:
Running
Running
Update pyproject.toml
Browse files- pyproject.toml +2 -0
pyproject.toml
CHANGED
@@ -17,6 +17,8 @@ st-annotated-text = "^4.0.1"
|
|
17 |
flair = "^0.14.0"
|
18 |
openai = "^1.53.0"
|
19 |
azure-ai-textanalytics = "^5.3.0"
|
|
|
|
|
20 |
|
21 |
[build-system]
|
22 |
requires = ["poetry-core"]
|
|
|
17 |
flair = "^0.14.0"
|
18 |
openai = "^1.53.0"
|
19 |
azure-ai-textanalytics = "^5.3.0"
|
20 |
+
en_core_web_lg = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0.tar.gz"}
|
21 |
+
|
22 |
|
23 |
[build-system]
|
24 |
requires = ["poetry-core"]
|