[project] name = "danish-dynaword" version = "1.0.8" description = "project code for the danish dynaword project" readme = "README.md" requires-python = ">=3.12,<3.13" # 3.13 have issues with spacy and pytorch dependencies = [ # for commands "datasets>=3.0.0", # loading and validating datasets "gitpython>=3.1.43", # interacting with git "pydantic>=2.10.4", # validating schemas "tabulate>=0.9.0", # creating md table "plotnine>=0.14.5", # figures "tomlkit>=0.13.2", # reading toml "transformers>=4.47.1", # tokenization # development "ipykernel>=6.29.5", # test "pytest>=8.3.4", # formatting "ruff>=0.8.3", # new ] [project.optional-dependencies] opensubtitles = [ "spacy>=3.8.3", # only need for opensubtitles/create.py ]