Skip to content

Commit c771da0

Browse files
committed
build: changed the dependency grouping in pyproject.toml to align with uv structure
1 parent dfd4beb commit c771da0

2 files changed

Lines changed: 1073 additions & 1069 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ authors = [
2121
{name = "Sneha S", email = "sneha@artpark.in"},
2222
]
2323

24-
[project.optional-dependencies]
24+
[dependency-groups]
2525
dev = [
2626
"pytest>=8.3.5",
2727
"ruff",
@@ -31,7 +31,6 @@ dev = [
3131
"mkdocs-material>=9.6.12",
3232
"mkdocstrings[python]>=0.29.1",
3333
]
34-
3534
notebook = [
3635
"jupyter",
3736
"seaborn",

0 commit comments

Comments
 (0)