Skip to content

Commit e0cc4c7

Browse files
authored
chore: Use PEP 735 dependency groups metadata (#170)
Replaces the `uv`-specific metadata in `pyproject.toml` with PEP 735 standard "dependency-groups". `uv` will respect and write this field like before.
1 parent c98c284 commit e0cc4c7

File tree

2 files changed

+5
-380
lines changed

2 files changed

+5
-380
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ fuse = [
4141
"simple-httpfs"
4242
]
4343

44-
[tool.uv]
45-
dev-dependencies = [
44+
[dependency-groups]
45+
dev = [
4646
"anywidget[dev]",
4747
"jupyterlab",
4848
"pytest",

0 commit comments

Comments
 (0)