Skip to content

Commit bf21741

Browse files
committed
COMP: Bump ITK, version to 5.4.4.post1
Incorporates InsightSoftwareConsortium/ITK@a637501, fixing NumPy 1 compatibility.
1 parent 1978091 commit bf21741

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD)
9494

9595
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
9696

97-
# release-5.4 branch, 2025-06-11
98-
set(ITK_GIT_TAG "v5.4.4")
97+
# release-5.4 branch, 2025-06-23
98+
set(ITK_GIT_TAG "46f39a0ea702247628036fc3cffdb009caa463cf")
9999

100100
#-----------------------------------------------------------------------------
101101
# 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.4.4'
1+
VERSION = '5.4.4.post1'
22

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

0 commit comments

Comments
 (0)