Skip to content

Commit a95b384

Browse files
committed
BF: remove dependencies not needed for python >= 3.5
Moreover inclusion of pathlib into list of dependencies breaks on Debian installation with python 3.7 where there is no explicit pathlib package available
1 parent a1a7cb5 commit a95b384

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

heudiconv/info.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
REQUIRES = [
2424
'nibabel',
2525
'pydicom',
26-
'nipype >=1.0.0; python_version > "3.0"',
27-
'nipype >=1.0.0,!=1.2.1,!=1.2.2; python_version == "2.7"',
28-
'pathlib',
26+
'nipype >=1.0.0',
2927
'dcmstack>=0.8',
3028
'etelemetry',
3129
'filelock>=3.0.12',

0 commit comments

Comments
 (0)