From e65f70c8afb6299b0bf3a226bae227039c464018 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 20 Dec 2019 17:01:12 -0500 Subject: [PATCH] ENH: Build against ITK 5.1 RC 1 --- setup.py | 2 +- test/azure-pipelines.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 755baf5..7052612 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ keywords='ITK InsightToolkit', url=r'https://itk.org/', install_requires=[ - r'itk>=5.0.1' + r'itk>=5.1rc1.post1' ] ) diff --git a/test/azure-pipelines.yml b/test/azure-pipelines.yml index 07de04c..7503d50 100644 --- a/test/azure-pipelines.yml +++ b/test/azure-pipelines.yml @@ -1,6 +1,6 @@ variables: - ITKGitTag: v5.0.1 - ITKPythonGitTag: v5.0.1 + ITKGitTag: v5.1rc01 + ITKPythonGitTag: v5.1rc01 CMakeBuildType: Release trigger: