Skip to content

Commit a127775

Browse files
committed
BUG: Improve Python itk dependency
Match 5.4.0 5.4.1 5.4.2 etc. per: https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release
1 parent 966cec0 commit a127775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
]
3838
requires-python = ">=3.8"
3939
dependencies = [
40-
"itk~=5.4.0"
40+
"itk == 5.4.*"
4141
]
4242

4343
[project.urls]

0 commit comments

Comments
 (0)