InsightSoftwareConsortium / ITKModuleTemplate

A template to start an ITK Module
https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009
Apache License 2.0
12 stars 16 forks source link

BUG: Build Python packages against v5.1.0.post2 #89

Closed thewtex closed 4 years ago

thewtex commented 4 years ago

Adds package improvements. All remote modules should update their CI to build against itk v5.1.0.post2 and their setup.py dependency to itk>=5.1.0.post2

thewtex commented 4 years ago

@mseng10 @DVigneault

sudomakeinstall commented 4 years ago

@thewtex Just to check--you're not updating the azure-pipelines.yml files because they've been disabled, correct?

https://github.com/InsightSoftwareConsortium/ITKModuleTemplate/blob/master/azure-pipelines.yml#L4

thewtex commented 4 years ago

@DVigneault good point -- since we are gold :star2: with GitHub Actions, we should remove the Azure Pipelines configuration -- I will do that in another PR.