Skip to content

Commit

Permalink
ENH: Build against ITK 5.1 RC 1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Dec 20, 2019
1 parent e86717f commit e65f70c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.0.1'
r'itk>=5.1rc1.post1'
]
)
4 changes: 2 additions & 2 deletions test/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
ITKGitTag: v5.0.1
ITKPythonGitTag: v5.0.1
ITKGitTag: v5.1rc01
ITKPythonGitTag: v5.1rc01
CMakeBuildType: Release

trigger:
Expand Down

0 comments on commit e65f70c

Please sign in to comment.