From 96e2f5fa521a3dd0e4aadbd41ba56019a904f188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Wed, 6 Sep 2023 11:59:56 -0400 Subject: [PATCH] ENH: Pin tensorstore version (kvstore rename: zip to zip_memory) --- setup.py | 2 +- src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cfb9240..eda5d72 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='itk-ioomezarrngff', - version='0.1.8', + version='0.2.0', author='Insight Software Consortium', author_email='itk+community@discourse.itk.org', packages=['itk'], diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ea53171..e736c9a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,7 +20,7 @@ include(FetchContent) FetchContent_Declare( tensorstore GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/tensorstore - GIT_TAG master + GIT_TAG 9d45c2f3aa13618d215d3370ef09d089986215c7 ) FetchContent_MakeAvailable(tensorstore) unset(CMAKE_FOLDER)