Skip to content

Commit 2c239d9

Browse files
committed
BF: require dcmstack>=0.7 due to a number of fixes and python3 support
1 parent 20c15ea commit 2c239d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'pydicom',
1414
'nipype',
1515
'pathlib',
16-
'dcmstack',
16+
'dcmstack>=0.7',
1717
]
1818

1919
TESTS_REQUIRES = [

0 commit comments

Comments
 (0)