Skip to content

Commit 1e865ce

Browse files
committed
BUG: Add itk to __package__ in imports
Addresses Windows imports. See: InsightSoftwareConsortium/ITK@98fc085 for more details.
1 parent fb711db commit 1e865ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ if(ITKPythonPackage_SUPERBUILD)
7272
#-----------------------------------------------------------------------------
7373
include(ExternalProject)
7474

75-
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76-
# ITK release 2020-04-25
77-
set(ITK_GIT_TAG "e747b0a94647e4693f981625e2cf5c2a240439c0")
75+
set(ITK_REPOSITORY "https://github.com/thewtex/ITK.git")
76+
# ITK release 2020-05-25
77+
set(ITK_GIT_TAG "98fc085a9d96bb43f60160a147e1156cf30a26b3")
7878

7979
#-----------------------------------------------------------------------------
8080
# A separate project is used to download ITK, so that it can reused

itkVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '5.1.0'
1+
VERSION = '5.1.0.post1'
22

33
def get_versions():
44
"""Returns versions for the ITK Python package.

0 commit comments

Comments
 (0)