Skip to content

Commit 615cad4

Browse files
committed
🔧 fix awkward dependency groups
1 parent fcbef51 commit 615cad4

File tree

2 files changed

+41
-21
lines changed

2 files changed

+41
-21
lines changed

‎pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,23 @@
4444
{ include-group = "lint" },
4545
{ include-group = "mypy" },
4646
{ include-group = "test_runtime" },
47-
{ include-group = "test_static" },
47+
{ include-group = "test_numpy" },
4848
"lefthook==1.11.14",
49+
"orjson>=3.10.18; python_version<'3.14'", # used by mypy
4950
]
5051
lint = [
5152
"ruff==0.12.1",
5253
]
5354
mypy = [
5455
"mypy==1.16.1",
55-
"orjson>=3.10.18; python_version<'3.14'", # used by mypy
5656
]
5757
test_runtime = [
5858
"pytest==8.4.1",
5959
"pytest-cov>=6.2.1",
6060
"pytest-github-actions-annotate-failures==0.3.0",
6161
"sybil==9.1.0",
6262
]
63-
test_static = [
64-
{ include-group = "mypy" },
63+
test_numpy = [
6564
"numpy>=1.25",
6665
]
6766

‎uv.lock

Lines changed: 38 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)