diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index c9e610e6..3bf47f1e 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -12,9 +12,13 @@ on: jobs: cxx-build-workflow: - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.3 + uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.6 python-build-workflow: - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.3 + uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6 + with: + itk-wheel-tag: 'v5.4.5' + itk-python-package-tag: 'v5.4.5' + test-notebooks: false secrets: pypi_password: ${{ secrets.pypi_password }} diff --git a/pyproject.toml b/pyproject.toml index 429a97b0..48f114bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Medical Science Apps.", "Topic :: Software Development :: Libraries", ] -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = [ "itk == 5.4.*", ] diff --git a/wrapping/itkIsotropicResamplerImageFilter.wrap b/wrapping/itkIsotropicResamplerImageFilter.wrap index b296a0d5..862307e0 100644 --- a/wrapping/itkIsotropicResamplerImageFilter.wrap +++ b/wrapping/itkIsotropicResamplerImageFilter.wrap @@ -1,5 +1,3 @@ itk_wrap_class("itk::IsotropicResamplerImageFilter" POINTER_WITH_SUPERCLASS) - foreach(d ${ITK_WRAP_IMAGE_DIMS}) - itk_wrap_template(${d} ${d}) - endforeach() + itk_wrap_image_filter("${WRAP_ITK_SCALAR}" 2) itk_end_wrap_class()