File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'itk-texturefeatures' ,
15- version = '3.2.1 ' ,
15+ version = '3.2.2 ' ,
1616 author = 'Insight Software Consortium' ,
17171818 packages = ['itk' ],
4848 keywords = 'ITK InsightToolkit glcm texture features image imaging' ,
4949 url = r'https://itk.org/' ,
5050 install_requires = [
51- r'itk>=5.0rc1 '
51+ r'itk>=5.0.0.post1 '
5252 ]
5353 )
Original file line number Diff line number Diff line change 11variables :
2- ITKGitTag : v5.0rc01
2+ ITKGitTag : v5.0.0
3+ ITKPythonGitTag : v5.0.0.post1
34 CMakeBuildType : Release
45
56trigger :
@@ -156,7 +157,7 @@ jobs:
156157 displayName: 'Fetch build script'
157158
158159 - script : |
159- export ITK_PACKAGE_VERSION=$(ITKGitTag )
160+ export ITK_PACKAGE_VERSION=$(ITKPythonGitTag )
160161 ./dockcross-manylinux-download-cache-and-build-module-wheels.sh
161162 displayName: 'Build Python packages'
162163
@@ -171,7 +172,7 @@ jobs:
171172 timeoutInMinutes : 0
172173 cancelTimeoutInMinutes : 300
173174 pool :
174- vmImage : ' macos-10.13 '
175+ vmImage : ' macos-10.14 '
175176
176177 steps :
177178 - script : |
@@ -180,7 +181,7 @@ jobs:
180181 displayName: 'Fetch build script'
181182
182183 - script : |
183- export ITK_PACKAGE_VERSION=$(ITKGitTag )
184+ export ITK_PACKAGE_VERSION=$(ITKPythonGitTag )
184185 ./macpython-download-cache-and-build-module-wheels.sh
185186 displayName: 'Build Python packages'
186187
@@ -204,7 +205,7 @@ jobs:
204205
205206 - script : |
206207 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
207- set ITK_PACKAGE_VERSION=$(ITKGitTag )
208+ set ITK_PACKAGE_VERSION=$(ITKPythonGitTag )
208209 set CC=cl.exe
209210 set CXX=cl.exe
210211 powershell.exe -file .\windows-download-cache-and-build-module-wheels.ps1
You can’t perform that action at this time.
0 commit comments