Skip to content

Commit

Permalink
Merge pull request #210 from tbirdso/bump-itk
Browse files Browse the repository at this point in the history
ENH: Bump ITK to v5.3rc04.post2
  • Loading branch information
tbirdso committed Aug 9, 2022
2 parents 777cc39 + 1095f0f commit 6f126b8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Build, test, package
on: [push,pull_request]

env:
itk-git-tag: "v5.3rc04"
itk-wheel-tag: "v5.3rc04.post1"
ITKMeshToPolyData-git-tag: v0.8.3
ITKBSplineGradient-git-tag: v0.2.7
ITKHigherOrderAccurateGradient-git-tag: v1.1.3
ITKSplitComponents-git-tag: v2.0.7
ITKStrain-git-tag: v0.3.7
itk-git-tag: "835dc01388d22c4b4c9a46b01dbdfe394ec23511"
itk-wheel-tag: "v5.3rc04.post2"
ITKMeshToPolyData-git-tag: v0.8.4
ITKBSplineGradient-git-tag: v0.2.8
ITKHigherOrderAccurateGradient-git-tag: v1.1.4
ITKSplitComponents-git-tag: v2.0.8
ITKStrain-git-tag: v0.3.8

jobs:
build-test-cxx:
Expand Down
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='itk-ultrasound',
version='0.5.6',
version='0.5.7',
author='Matthew McCormick',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -41,11 +41,11 @@
keywords='ITK InsightToolkit ultrasound imaging',
url=r'https://www.insight-journal.org/browse/publication/722',
install_requires=[
r'itk>=5.3rc04.post1',
r'itk-meshtopolydata>=0.8.3'
r'itk-bsplinegradient>=0.2.7',
r'itk-higherorderaccurategradient>=1.1.3',
r'itk-splitcomponents>=2.0.7',
r'itk-strain>=0.3.7',
r'itk>=5.3rc04.post2',
r'itk-meshtopolydata>=0.8.4'
r'itk-bsplinegradient>=0.2.8',
r'itk-higherorderaccurategradient>=1.1.4',
r'itk-splitcomponents>=2.0.8',
r'itk-strain>=0.3.8',
]
)

0 comments on commit 6f126b8

Please sign in to comment.