Skip to content

Commit

Permalink
ENH: Bump ITK to v5.3rc04(.post2) (#93)
Browse files Browse the repository at this point in the history
Update to take advantage of recent advances in ITK.
  • Loading branch information
aylward committed Aug 8, 2022
1 parent 72ef4ad commit 444fc74
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 @@ -3,7 +3,7 @@ name: Build, test, package
on: [push,pull_request]

env:
itk-git-tag: "801370c025c7d296783481779a41c6d559c992c5"
itk-git-tag: "master"
itk-wheel-tag: "v5.3rc04"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
keywords='ITK InsightToolkit',
url=r'https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction',
install_requires=[
r'itk>=5.3rc4'
r'itk>=5.3rc4-post2'
]
)

0 comments on commit 444fc74

Please sign in to comment.