From d0ea0c360a2a2704f909ddd2536118160cb1308a Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Tue, 11 Nov 2025 17:04:21 -0600 Subject: [PATCH] COMP: Update RemoteModulePackageAction and Python 3.9+ Update github actions to v5.4.4 and package management for python 3.9 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 21bd210..efd218d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "itk-isotropicwavelets" -version = "0.7.1" +version = "0.7.2" description = "Steerable Wavelet Pyramid with Isotropic Wavelets and Riesz Functions" readme = "README.rst" license = {file = "LICENSE"} @@ -51,7 +51,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKIsotropicWavelets" # The versions of CMake to allow. If CMake is not present on the system or does # not pass this specifier, it will be downloaded via PyPI if possible. An empty # string will disable this check. -cmake.version = ">=3.16.3" +cmake.version = ">=3.22.1" # A list of args to pass to CMake when configuring the project. Setting this in # config or envvar will override toml. See also ``cmake.define``.