Skip to content

Commit

Permalink
ENH: Update Python package for ITK 5.0.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jun 18, 2019
1 parent d29b873 commit 803b622
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='itk-texturefeatures',
version='3.2.1',
version='3.2.2',
author='Insight Software Consortium',
author_email='community@itk.org',
packages=['itk'],
Expand Down Expand Up @@ -48,6 +48,6 @@
keywords='ITK InsightToolkit glcm texture features image imaging',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.0rc1'
r'itk>=5.0.0.post1'
]
)
11 changes: 6 additions & 5 deletions test/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
variables:
ITKGitTag: v5.0rc01
ITKGitTag: v5.0.0
ITKPythonGitTag: v5.0.0.post1
CMakeBuildType: Release

trigger:
Expand Down Expand Up @@ -156,7 +157,7 @@ jobs:
displayName: 'Fetch build script'
- script: |
export ITK_PACKAGE_VERSION=$(ITKGitTag)
export ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
./dockcross-manylinux-download-cache-and-build-module-wheels.sh
displayName: 'Build Python packages'
Expand All @@ -171,7 +172,7 @@ jobs:
timeoutInMinutes: 0
cancelTimeoutInMinutes: 300
pool:
vmImage: 'macos-10.13'
vmImage: 'macos-10.14'

steps:
- script: |
Expand All @@ -180,7 +181,7 @@ jobs:
displayName: 'Fetch build script'
- script: |
export ITK_PACKAGE_VERSION=$(ITKGitTag)
export ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
./macpython-download-cache-and-build-module-wheels.sh
displayName: 'Build Python packages'
Expand All @@ -204,7 +205,7 @@ jobs:
- script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
set ITK_PACKAGE_VERSION=$(ITKGitTag)
set ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
set CC=cl.exe
set CXX=cl.exe
powershell.exe -file .\windows-download-cache-and-build-module-wheels.ps1
Expand Down

0 comments on commit 803b622

Please sign in to comment.