chore: upgrade dependencies and tooling (#232)

* chore: upgrade dependencies and tooling

* chore: upgrade dependencies and tooling
This commit is contained in:
Andrey Avtomonov 2026-05-29 11:56:55 +02:00 committed by GitHub
parent ed8f523362
commit d53cdac366
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 2737 additions and 2710 deletions

View file

@ -13,10 +13,10 @@ Issues = "https://github.com/kaelio/ktx/issues"
[dependency-groups]
dev = [
"pre-commit>=4.6.0",
"pytest>=9.0.2",
"pytest-cov>=7.1.0",
"ruff>=0.8.4",
"pre-commit>=4.6.0",
"pytest>=9.0.2",
"pytest-cov>=7.1.0",
"ruff>=0.8.4",
]
[tool.uv]
@ -32,14 +32,14 @@ torch = { index = "pytorch-cpu" }
[tool.uv.workspace]
members = [
"python/ktx-sl",
"python/ktx-daemon",
"python/ktx-sl",
"python/ktx-daemon",
]
[tool.pytest.ini_options]
addopts = ["--import-mode=importlib"]
pythonpath = ["python/ktx-sl/tests"]
testpaths = [
"python/ktx-sl/tests",
"python/ktx-daemon/tests",
"python/ktx-sl/tests",
"python/ktx-daemon/tests",
]