danish-dynaword / pyproject.toml
KennethEnevoldsen's picture
Added tests to validate datasheets and dataset structure
de8bb50 unverified
raw
history blame
462 Bytes
[project]
name = "danish-dynaword"
version = "1.0.4"
description = "project code for the danish dynaword project"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=3.0.0",
"gitpython>=3.1.43",
"ipykernel>=6.29.5",
"matplotlib>=3.10.0",
"numpy>=2.2.0",
"plotnine>=0.14.3",
"pydantic>=2.10.4",
"pytest>=8.3.4",
"ruff>=0.8.3",
"seaborn>=0.13.2",
"tomlkit>=0.13.2",
"transformers>=4.47.1",
]