Skip to content

Commit e8257a7

Browse files
authored
Pin pycifrw until macos issue is fixed (#772)
Here is the issue: jamesrhester/pycifrw#14 Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
1 parent ab360d2 commit e8257a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'numba',
2525
'numpy<1.27', # noqa NOTE: bump this to support the latest version numba supports
2626
'psutil',
27-
'pycifrw',
27+
'pycifrw<5.0', # Remove version pin when this issue is fixed: https://github.com/jamesrhester/pycifrw/issues/14
2828
'pyyaml',
2929
'scikit-image',
3030
'scikit-learn',

0 commit comments

Comments
 (0)