Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

Commit 1a079c4

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 07ff68f commit 1a079c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 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-montage"
7-
version = "0.8.2"
7+
version = "0.8.3"
88
description = "Montaging for microscopy imaging files."
99
readme = "README.md"
1010
license = {file = "LICENSE"}
@@ -34,9 +34,9 @@ classifiers = [
3434
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3535
"Topic :: Software Development :: Libraries",
3636
]
37-
requires-python = ">=3.8"
37+
requires-python = ">=3.9"
3838
dependencies = [
39-
"itk-core>=5.4rc4",
39+
"itk-core>=5.4.*",
4040
"itk-filtering>=5.4rc4",
4141
"itk-io>=5.4rc4",
4242
"numpy",

0 commit comments

Comments
 (0)