Skip to content

Commit 0aae9ba

Browse files
committed
feat: 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 bfabf21 commit 0aae9ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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-webassemblyinterface"
7-
version = "1.0b175"
7+
version = "1.0b176"
88
description = "IO with the itk-wasm file formats"
99
readme = "docs/itk-webassemblyinterface-description.md"
1010
license = {file = "LICENSE"}
@@ -33,7 +33,7 @@ classifiers = [
3333
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3434
"Topic :: Software Development :: Libraries",
3535
]
36-
requires-python = ">=3.8"
36+
requires-python = ">=3.9"
3737
dependencies = [
3838
"itk == 5.4.*",
3939
"itk-meshtopolydata == 0.11.*",
@@ -47,7 +47,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITK-Wasm"
4747
# The versions of CMake to allow. If CMake is not present on the system or does
4848
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
4949
# string will disable this check.
50-
cmake.version = ">=3.16"
50+
cmake.version = ">=3.16.3"
5151

5252
# A list of args to pass to CMake when configuring the project. Setting this in
5353
# config or envvar will override toml. See also ``cmake.define``.

0 commit comments

Comments
 (0)