We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822053f commit 2e16061Copy full SHA for 2e16061
2 files changed
pyproject.toml
@@ -64,14 +64,9 @@ dev = [
64
docs = [
65
"sphinx>=8.2.3",
66
"sphinx-rtd-theme>=3.0.2",
67
-]
68
-
69
-# The following ci group is needed for the PSR GitHub Action
70
-# See `tool.semantic_release.build_command` below for details
71
-[dependency-groups]
72
-ci = [
73
- "uv>=0.10.4",
74
+]
+# The following ci group is needed for the PSR GitHub Action. See `tool.semantic_release.build_command` below for details.
+ci = ["uv>=0.10.4"]
75
76
[build-system]
77
requires = ["uv_build>=0.6.5,<0.7"]
0 commit comments