File size: 877 Bytes
7d78f79
65faa6e
af27fd7
87eb2bb
7d78f79
b578ecd
7ed5f43
3e28a50
b578ecd
 
 
 
 
3e28a50
d36009a
 
fddf8b4
 
d36009a
65faa6e
 
 
 
3e28a50
 
5affec7
3e28a50
7ed5f43
3e28a50
c81d415
b578ecd
65faa6e
 
 
 
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
27
28
29
30
31
32
33
34
35
36
[project]
name = "dynaword"
version = "1.2.3"
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
    "tomlkit>=0.13.2",      # reading toml
    "transformers>=4.47.1", # tokenization
    # figures
    "plotnine>=0.14.5",
    "plotly>=6.0.1",
    "nbformat>=4.2.0",
    "kaleido==0.2.1",
]

[dependency-groups]
dev = [
    # development
    "ipykernel>=6.29.5",
    "pip>=25.0.1",
    # test
    "pytest>=8.3.4",
    # formatting
    "ruff>=0.8.3",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"