diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index a788226..8ca3a79 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -4,5 +4,5 @@ on: [push,pull_request] jobs: cxx-build-workflow: - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e885a99c2e34497c4c5c0c1428a269fb0aae7902 + uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@3f63de316255a285b0cac4c819d3d45649738999 diff --git a/setup.py b/setup.py index 7317ee9..d2972ad 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,6 @@ keywords='ITK InsightToolkit Run-length-encoding', url=r'https://github.com/KitwareMedical/ITKRLEImage', install_requires=[ - r'itk>=5.3.0' + r'itk>=5.4rc2' ] )