danish-dynaword / pyproject.toml
KennethEnevoldsen's picture
ci: Added a simple test suite
7ed5f43 unverified
raw
history blame
294 Bytes
[project]
name = "danish-gigaword-2"
version = "1.0.1"
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",
"numpy>=2.2.0",
"pytest>=8.3.4",
"toml>=0.10.2",
]