File size: 711 Bytes
7d78f79
87eb2bb
6893992
87eb2bb
7d78f79
3e28a50
7ed5f43
3e28a50
0cef317
 
7ed5f43
0cef317
 
 
3e28a50
 
 
 
 
 
7ed5f43
3e28a50
c81d415
0cef317
7ed5f43
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
[project]
name = "danish-dynaword"
version = "1.0.5"
description = "project code for the danish dynaword project"
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
    # for commands
    "datasets>=3.0.0", # loading and validating datasets
    "gitpython>=3.1.43", # interacting with git
    "numpy>=2.2.0",
    "pydantic>=2.10.4", # validating schemas
    "tabulate>=0.9.0", # creating md table
    "tomlkit>=0.13.2", # reading toml
    "transformers>=4.47.1", # tokenization
    # create.py
    "spacy>=3.8.3", # only need for opensubtitles/create.py
    # development
    "ipykernel>=6.29.5",
    # test
    "pytest>=8.3.4",
    # formatting
    "ruff>=0.8.3",
    "plotnine>=0.14.5",
]