Skip to content

Commit 08a6dca

Browse files
committed
ENH: Bump ITK requirement to 5
1 parent fc41432 commit 08a6dca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10.2)
22
project(TwoProjectionRegistration)
33

44
if(NOT ITK_SOURCE_DIR)
5-
find_package(ITK 4.9 REQUIRED)
5+
find_package(ITK 5.0 REQUIRED)
66
list(APPEND CMAKE_MODULE_PATH ${ITK_CMAKE_DIR})
77
include(ITKModuleExternal)
88
else()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
keywords='ITK InsightToolkit Projection Registration',
5252
url=r'https://github.com/InsightSoftwareConsortium/ITKTwoProjectionRegistration',
5353
install_requires=[
54-
r'itk'
54+
r'itk>=5.0rc1'
5555
]
5656
)

0 commit comments

Comments
 (0)