Skip to content

Commit

Permalink
Merge pull request #21 from thewtex/itk-5-rc2
Browse files Browse the repository at this point in the history
ENH: Bump ITK dependency to 5.0 RC 2
  • Loading branch information
thewtex committed May 3, 2019
2 parents 366bc50 + d6cfddd commit 8d4ed3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-higherorderaccurategradient',
version='1.0.4',
version='1.0.5',
author='Matthew M. McCormick',
author_email='matt.mccormick@kitware.com',
packages=['itk'],
Expand Down Expand Up @@ -48,6 +48,6 @@
keywords='ITK Higher-order Derivative Gradient',
url=r'https://github.com/InsightSoftwareConsortium/ITKHigherOrderAccurateGradient',
install_requires=[
r'itk>=5.0rc01'
r'itk>=5.0rc02'
]
)
2 changes: 1 addition & 1 deletion test/azure-pipelines.yml
Expand Up @@ -171,7 +171,7 @@ jobs:
timeoutInMinutes: 0
cancelTimeoutInMinutes: 300
pool:
vmImage: 'macos-10.13'
vmImage: 'macos-10.14'

steps:
- script: |
Expand Down

0 comments on commit 8d4ed3e

Please sign in to comment.