Skip to content

Commit

Permalink
ENH: Pin tensorstore version (kvstore rename: zip to zip_memory)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Sep 6, 2023
1 parent f5d8ff6 commit 96e2f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='itk-ioomezarrngff',
version='0.1.8',
version='0.2.0',
author='Insight Software Consortium',
author_email='[email protected]',
packages=['itk'],
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 96e2f5f

Please sign in to comment.