Skip to content

Commit

Permalink
ENH: Bump CI build script to ITK current and setup.py to ITK5.4rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
aylward committed Dec 17, 2023
1 parent 75c57ce commit 64cff42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
)

0 comments on commit 64cff42

Please sign in to comment.