Spaces:
Runtime error
Runtime error
File size: 742 Bytes
f214d73 6e183a3 f214d73 a1efcc4 f214d73 363098e 379b083 6e183a3 d980980 363098e f214d73 ff20e6e f214d73 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
[tool.poetry]
name = "application-examples"
version = "0.1.0"
description = "HuSpaCy Application Examples"
authors = ["Gyorgy Orosz <[email protected]>"]
license = "Apache 2.0"
[tool.poetry.dependencies]
python = "~3.10"
textacy = "^0.12.0"
scipy = "~1.8"
newspaper3k = "^0.2.8"
gradio = "~3.20.0"
Faker = "^13.13.0"
presidio-analyzer = "^2.2.28"
presidio-anonymizer = "^2.2.28"
hu-core-news-trf = {url = "https://huggingface.co./huspacy/hu_core_news_trf/resolve/v3.5.1/hu_core_news_trf-any-py3-none-any.whl"}
spacy-dbpedia-spotlight = "^0.2.2"
# Textacy fails to use pined versions
networkx = "~2.8.8"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0", "pip>=22.1.2"]
build-backend = "poetry.core.masonry.api"
|