From ab92363413af7f1a041be40afd723253891f598a Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 29 Apr 2019 17:12:47 -0400 Subject: [PATCH 1/2] ENH: Bump ITK dependency to 5.0 RC 2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0134b76..3d5a743 100644 --- a/setup.py +++ b/setup.py @@ -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'], @@ -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' ] ) From d6cfddd8b14c4b6d45a3b2ed37452bcc264fd95e Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 30 Apr 2019 11:27:30 -0400 Subject: [PATCH 2/2] ENH: Azure build with the macos-10.14 image --- test/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/azure-pipelines.yml b/test/azure-pipelines.yml index 6c350a6..029aba8 100644 --- a/test/azure-pipelines.yml +++ b/test/azure-pipelines.yml @@ -171,7 +171,7 @@ jobs: timeoutInMinutes: 0 cancelTimeoutInMinutes: 300 pool: - vmImage: 'macos-10.13' + vmImage: 'macos-10.14' steps: - script: |