Skip to content

Commit 03d063b

Browse files
committed
ENH: Bump to dev 0.33.1 and update ITK package dependencies
Bumps `itk` and `itk-meshtopolydata` Python dependencies to address meshtopolydata crash. Closes #448.
1 parent 2a29a33 commit 03d063b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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)