danish-dynaword / pyproject.toml
KennethEnevoldsen's picture
bumped version
038a8e7 unverified
raw
history blame
367 Bytes
[project]
name = "danish-gigaword-2"
version = "1.0.2"
description = "project code for the danish gigaword 2 project"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"datasets>=3.0.0",
"ipykernel>=6.29.5",
"matplotlib>=3.10.0",
"numpy>=2.2.0",
"plotnine>=0.14.3",
"pytest>=8.3.4",
"seaborn>=0.13.2",
"toml>=0.10.2",
]