mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-01 08:59:39 +02:00
chore: upgrade dependencies and tooling (#232)
* chore: upgrade dependencies and tooling * chore: upgrade dependencies and tooling
This commit is contained in:
parent
ed8f523362
commit
d53cdac366
14 changed files with 2737 additions and 2710 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue