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,9 +4,9 @@ on: [push,pull_request]
44
55jobs :
66 cxx-build-workflow :
7- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3rc04.post3
7+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@a1cf940d0445ea3ea633a8d03c92cf35b7caae14
88
99 python-build-workflow :
10- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post3
10+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@a1cf940d0445ea3ea633a8d03c92cf35b7caae14
1111 secrets :
1212 pypi_password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'itk-texturefeatures' ,
15- version = '3.5.2 ' ,
15+ version = '3.6.0 ' ,
1616 author = 'Insight Software Consortium' ,
1717 author_email = 'community@itk.org' ,
1818 packages = ['itk' ],
4848 keywords = 'ITK InsightToolkit glcm texture features image imaging' ,
4949 url = r'https://itk.org/' ,
5050 install_requires = [
51- r'itk>=5.3rc04.post3 '
51+ r'itk>=5.3.0 '
5252 ]
5353 )
You can’t perform that action at this time.
0 commit comments