Skip to content

Commit 3d4dbfb

Browse files
authored
Merge pull request #450 from InsightSoftwareConsortium/bump-dependencies
ENH: Bump to dev 0.33.1 and update ITK package dependencies
2 parents 2a29a33 + 7ab9677 commit 3d4dbfb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
max-parallel: 4
1111
matrix:
1212
os: [ubuntu-latest, macos-latest]
13-
python-version: [3.6, 3.7, 3.8, 3.9]
13+
python-version: ['3.7', '3.8', '3.9', '3.10']
1414

1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v2
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v2
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies

itkwidgets/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (0, 33, 0, 'dev', 0)
1+
version_info = (0, 33, 1, 'dev', 0)
22

33
_specifier_ = {
44
'dev': 'dev',

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
colorcet
2-
itk-core>=5.2.0.post2
3-
itk-filtering>=5.2.0.post2
4-
itk-meshtopolydata>=0.7.1
2+
itk-core>=5.3rc04
3+
itk-filtering>=5.3rc04
4+
itk-meshtopolydata>=0.8.2
55
ipydatawidgets>=4.0.1
66
ipywidgets>=7.5.1
77
ipympl>=0.4.1

0 commit comments

Comments
 (0)