Skip to content

Commit

Permalink
Merge pull request #122 from aylward/BumpITK4.3rc4.Post2
Browse files Browse the repository at this point in the history
ENH: Update to use ITKv53rc4.post2 and MinimalPathExtractionv1.2.2
  • Loading branch information
aylward authored Aug 9, 2022
2 parents 8fdd829 + 6b9de79 commit 2a7fbf2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
vtk-git-tag: "1681cee3489800373c2e183af2d3ca8552e05940"
itk-git-tag: "master"
itk-wheel-tag: "v5.3rc04"
itk-minimalpathextraction-git-tag: "v1.2.0"
itk-minimalpathextraction-git-tag: "v1.2.2"

jobs:
build-test-cxx:
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cmake_minimum_required(VERSION 3.10.2)

project( TubeTK )

set( TubeTK_VERSION 1.3 )
set( TubeTK_VERSION 1.3.1 )

if(NOT ITK_SOURCE_DIR)
include(itk-module-init.cmake)
Expand Down Expand Up @@ -77,7 +77,6 @@ endif()
####
if( ITK_WRAP_PYTHON )
find_package( PythonInterp )
find_package( PythonLibs REQUIRED )
find_package( NumPy REQUIRED )
mark_as_advanced( NUMPY_INCLUDE_DIR )
endif()
Expand Down
5 changes: 0 additions & 5 deletions requirements.txt

This file was deleted.

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include_dirs=[np.get_include()],
setup(
name='itk-tubetk',
version='1.3',
version='1.3.1',
author='Stephen R. Aylward',
author_email='stephen.aylward@kitware.com',
packages=['itk'],
Expand Down Expand Up @@ -56,7 +56,7 @@
},
install_requires=[
r'numpy',
r'itk>=5.3rc04',
r'itk-minimalpathextraction>=1.2.0'
r'itk>=5.3rc4.post2',
r'itk-minimalpathextraction>=1.2.2'
]
)

0 comments on commit 2a7fbf2

Please sign in to comment.