File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ on: [push,pull_request]
44
55jobs :
66 cxx-build-workflow :
7- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@246883ef3828fc00219145aeec9efa67b9889d0b
7+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@3f63de316255a285b0cac4c819d3d45649738999
88 with :
99 itk-cmake-options : ' -DITK_BUILD_DEFAULT_MODULES:BOOL=OFF -DITKGroup_Core:BOOL=ON -DModule_ITKAntiAlias:BOOL=ON -DModule_ITKImageGrid:BOOL=ON -DModule_ITKSpatialObjects:BOOL=ON -DModule_ITKTestKernel:BOOL=ON -DModule_ITKMetaIO:BOOL=ON'
1010
1111 python-build-workflow :
12- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@246883ef3828fc00219145aeec9efa67b9889d0b
12+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@3f63de316255a285b0cac4c819d3d45649738999
1313 with :
1414 test-notebooks : false
1515 secrets :
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'itk-growcut' ,
15- version = '0.2.0 ' ,
15+ version = '0.2.1 ' ,
1616 author = 'Insight Software Consortium' ,
1717 author_email = 'itk+community@discourse.itk.org' ,
1818 packages = ['itk' ],
4343 keywords = 'ITK InsightToolkit' ,
4444 url = r'https://itk.org/' ,
4545 install_requires = [
46- r'itk>=5.3.0 '
46+ r'itk>=5.4rc2 '
4747 ]
4848 )
You can’t perform that action at this time.
0 commit comments