Skip to content

Commit

Permalink
ENH: Bump Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed May 24, 2021
1 parent 1e3cdbd commit ed378da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build, test, package
on: [push,pull_request]

env:
ITKBoneEnhancement-git-tag: v0.4.1
ITKBoneEnhancement-git-tag: v0.4.2

jobs:
build-test-cxx:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
matrix:
python-version: [36, 37, 38, 39]
include:
- itk-python-git-tag: "v5.2.0"
- itk-python-git-tag: "v5.2.0.post2"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
max-parallel: 2
matrix:
include:
- itk-python-git-tag: "v5.2.0"
- itk-python-git-tag: "v5.2.0.post2"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
matrix:
python-version-minor: [6, 7, 8, 9]
include:
- itk-python-git-tag: "v5.2.0"
- itk-python-git-tag: "v5.2.0.post2"

steps:
- name: Get specific version of CMake, Ninja
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-hasi',
version='0.2.1',
version='0.2.2',
author='Kitware Medical',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -44,9 +44,9 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.2.0',
r'itk-boneenhancement',
r'itk>=5.2.0.post2',
r'itk-boneenhancement>=0.4.2',
r'itk-ioscanco',
r'dwd'
r'dwd>=1.0.1'
]
)

0 comments on commit ed378da

Please sign in to comment.