update deps

This commit is contained in:
Florian Förster 2025-01-23 11:57:23 +01:00
parent 50cee0c894
commit 4aec6aa6c4
2 changed files with 1190 additions and 967 deletions

2144
pdm.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[project]
name = "lang-main"
version = "0.1.0rc1"
version = "0.1.0rc2"
description = "Several tools to analyse TOM's data with strong focus on language processing"
authors = [
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
@ -56,11 +56,9 @@ dev = [
"cython>=3.0.10",
"openpyxl>=3.1.5",
"seaborn>=0.13.2",
"pytest>=8.3.3",
"pytest-cov>=6.0.0",
"pytest-xdist>=3.6.1",
"bump-my-version>=0.29.0",
"pdoc3>=0.11.5",
"nox>=2024.10.9",
]
notebooks = [
"jupyterlab>=4.2.0",
@ -68,6 +66,11 @@ notebooks = [
]
trials = [
]
tests = [
"pytest>=8.3.4",
"pytest-cov>=6.0.0",
"pytest-xdist>=3.6.1",
]
[tool.ruff]
line-length = 94
@ -126,7 +129,7 @@ directory = "reports/coverage"
[tool.bumpversion]
current_version = "0.1.0rc1"
current_version = "0.1.0rc2"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.