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