Skip to content

Commit 4508084

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 8600b77 commit 4508084

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-bsplinegradient"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "Approximate an image's gradient from a B-spline fit to its intensity."
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -50,7 +50,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKBSplineGradient"
5050
# The versions of CMake to allow. If CMake is not present on the system or does
5151
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
5252
# string will disable this check.
53-
cmake.version = ">=3.16.3"
53+
cmake.version = ">=3.22.1"
5454

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

0 commit comments

Comments
 (0)