We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b602709 commit 9ee5d6dCopy full SHA for 9ee5d6d
pyproject.toml
@@ -54,7 +54,6 @@ pathlib = "^1.0.1"
54
nibabel = ">=3.2.1"
55
numpy = "^1.23.0"
56
typer = "^0.15.0"
57
-black = "^24.3.0"
58
simpleitk = ">=2.2.1"
59
60
# registration
@@ -83,6 +82,7 @@ picsl_greedy = ["picsl_greedy"]
83
82
84
[tool.poetry.group.dev.dependencies]
85
pytest = ">=8.1.1"
+black = "^24.3.0"
86
87
[tool.poetry.group.docs]
88
optional = true
0 commit comments