Skip to content

Commit 5c4e266

Browse files
committed
FIX: Package requirements
1 parent 82dcd6d commit 5c4e266

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/interfaces/io.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,6 @@ class S3DataGrabber(LibraryBaseInterface, IOBase):
834834
output_spec = DynamicTraitedSpec
835835
_always_run = True
836836
_pkg = 'boto'
837-
imports = ('botocore',)
838837

839838
def __init__(self, infields=None, outfields=None, **kwargs):
840839
"""
@@ -2014,7 +2013,7 @@ class XNATSink(LibraryBaseInterface, IOBase):
20142013
fields.
20152014
"""
20162015
input_spec = XNATSinkInputSpec
2017-
_pkg = 'xnat'
2016+
_pkg = 'pyxnat'
20182017

20192018
def _list_outputs(self):
20202019
"""Execute this module.

0 commit comments

Comments
 (0)