Skip to content

Commit

Permalink
Merge pull request #248 from effigies/pin/nipype/1.1.0
Browse files Browse the repository at this point in the history
PIN: nipype 1.1.0
  • Loading branch information
oesteban authored Jul 5, 2018
2 parents 677642e + 3a77927 commit 80776ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion niworkflows/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
]

REQUIRES = [
'nipype>=1.0.4',
'nipype>=1.1.0',
'nilearn>=0.2.6',
'sklearn',
'pandas',
Expand Down
2 changes: 1 addition & 1 deletion niworkflows/interfaces/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)


LOG = logging.getLogger('interface')
LOG = logging.getLogger('nipype.interface')


class CopyXFormInputSpec(BaseInterfaceInputSpec):
Expand Down

0 comments on commit 80776ff

Please sign in to comment.