Skip to content

Commit d7fe4d0

Browse files
committed
switched optional dependencies (user facing) to dependency groups (dev facing)
1 parent 8aed01d commit d7fe4d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"seaborn>=0.13.0",
4343
]
4444

45-
[project.optional-dependencies]
45+
[dependency-groups]
4646
build = ["setuptools>=61.0"]
4747
dev = ["jupytext==1.17.3", "ruff==0.14.6", "ty==0.0.1a28"]
4848
docs = ["sphinx>=8.2.0", "sphinx-autoapi>=3.6.0", "sphinx-rtd-theme>=3.0.0"]

0 commit comments

Comments
 (0)