Skip to content

Commit 560d022

Browse files
committed
COMP: Update RemoteModulePackageAction and Python 3.9+
Update github actions to v5.4.4 and package management for python 3.9
1 parent ecdc19a commit 560d022

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 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-splitcomponents"
7-
version = "2.3b1"
7+
version = "2.3b2"
88
description = "ITK filters to split a multi-component pixel image into component-wise scalar images"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -13,6 +13,7 @@ authors = [
1313
]
1414
keywords = [
1515
"itk",
16+
"InsightToolkit",
1617
]
1718
classifiers = [
1819
"Development Status :: 4 - Beta",
@@ -35,7 +36,7 @@ classifiers = [
3536
]
3637
requires-python = ">=3.9"
3738
dependencies = [
38-
"itk == 6.0b1"
39+
"itk == 5.4.*",
3940
]
4041

4142
[project.urls]
@@ -46,7 +47,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKSplitComponents"
4647
# The versions of CMake to allow. If CMake is not present on the system or does
4748
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
4849
# string will disable this check.
49-
cmake.version = ">=3.16.3"
50+
cmake.version = ">=3.22.1"
5051

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

0 commit comments

Comments
 (0)