We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9591f40 commit f091c57Copy full SHA for f091c57
CMakeLists.txt
@@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD)
94
95
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
96
97
- # release-5.4 branch, 2025-06-23
98
- set(ITK_GIT_TAG "46f39a0ea702247628036fc3cffdb009caa463cf")
+ # release-5.4 branch, 2025-11-21
+ set(ITK_GIT_TAG "v5.4.5")
99
100
#-----------------------------------------------------------------------------
101
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.4.4.post1'
+VERSION = '5.4.5'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments