Skip to content

Commit

Permalink
ENH: Pin tensorstore version before introducing additional branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Sep 7, 2023
1 parent 6b7704a commit d2dad2c
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.1.9',
author='Insight Software Consortium',
author_email='itk+community@discourse.itk.org',
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 aaf8b85ad123e10482f6917f9880d33972814b53
)
FetchContent_MakeAvailable(tensorstore)
unset(CMAKE_FOLDER)
Expand Down

0 comments on commit d2dad2c

Please sign in to comment.