Skip to content

Commit 2a72bfc

Browse files
committed
ENH: Update pyproject.toml for ITK 5.4.2
In preparation for release. Ensure that cmake is 3.16.3 or greater to match v5.4.2 minimum requirements. Set minimum python to 3.9 Increment version number. Replace keyword of "ITK" with lowercase "itk" in some instances to be consistent.
1 parent 034f068 commit 2a72bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "itk-fixedpointinversedisplacementfield"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Takes a displacement field as input and computes the displacement field that is its inverse."
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -35,7 +35,7 @@ classifiers = [
3535
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3636
"Topic :: Software Development :: Libraries",
3737
]
38-
requires-python = ">=3.8"
38+
requires-python = ">=3.9"
3939
dependencies = [
4040
"itk == 5.4.*",
4141
]

0 commit comments

Comments
 (0)