Skip to content

Commit 34fcff2

Browse files
committed
ENH: Allow SimpleITK 2.4.1 or greater.
Set version for SimpleITK at the minimum allowed version.
1 parent dc49019 commit 34fcff2

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
@@ -29,7 +29,7 @@ classifiers = [
2929
dynamic = ["version"]
3030
dependencies = [
3131
"numpy",
32-
"SimpleITK ==2.4.1",
32+
"SimpleITK >=2.4.1",
3333
"PyWavelets >= 1.6.0",
3434
"pykwalify >= 1.6.0"
3535
]

0 commit comments

Comments
 (0)