Skip to content

Commit df0acae

Browse files
committed
COMP: Use correct and consistent version numbers for all ITK components
Fixing the following: scikit_build_core._vendor.pyproject_metadata.ConfigurationError: Field "project.dependencies" contains an invalid PEP 508 requirement string "itk-core>=5.4.*" (".* suffix can only be used with `==` or `!=` operators itk-core>=5.4.* ~~~~~~^")
1 parent 1a079c4 commit df0acae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ classifiers = [
3636
]
3737
requires-python = ">=3.9"
3838
dependencies = [
39-
"itk-core>=5.4.*",
40-
"itk-filtering>=5.4rc4",
41-
"itk-io>=5.4rc4",
39+
"itk-core>=5.4.2",
40+
"itk-filtering>=5.4.2",
41+
"itk-io>=5.4.2",
4242
"numpy",
4343
]
4444

0 commit comments

Comments
 (0)