Skip to content

Commit ed6324e

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 eda8120 commit ed6324e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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-ioopenslide"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "ImageIO for the OpenSlide library supported file formats."
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -37,7 +37,7 @@ classifiers = [
3737
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3838
"Topic :: Software Development :: Libraries",
3939
]
40-
requires-python = ">=3.8"
40+
requires-python = ">=3.9"
4141
dependencies = [
4242
"itk == 5.4.*",
4343
]

0 commit comments

Comments
 (0)