Skip to content

Commit 3d8b6de

Browse files
authored
Merge pull request #117 from effigies/nipype_typo
[RTM] Typo fixed in nipype
2 parents 8f88c24 + 559b881 commit 3d8b6de

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

niworkflows/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
'Programming Language :: Python :: 3.5',
5050
]
5151

52-
REQUIRES = ['nipype>=0.13.0rc1', 'future', 'nilearn>=0.2.6', 'sklearn', 'pandas', 'matplotlib',
52+
REQUIRES = ['nipype', 'future', 'nilearn>=0.2.6', 'sklearn', 'pandas', 'matplotlib',
5353
'jinja2', 'svgutils', 'tinycss']
5454
SETUP_REQUIRES = []
5555
REQUIRES += SETUP_REQUIRES

niworkflows/interfaces/segmentation.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ class ReconAllInputSpecRPT(nrc.ReportCapableInputSpec,
5252
pass
5353

5454
class ReconAllOutputSpecRPT(nrc.ReportCapableOutputSpec,
55-
freesurfer.preprocess.ReconAllIOutputSpec):
56-
# Note typo in fsl.preprocess.ReconAllIOutputSpec.
57-
# Can fix when the pinned nipype includes 36e6c17
55+
freesurfer.preprocess.ReconAllOutputSpec):
5856
pass
5957

6058
class ReconAllRPT(nrc.SurfaceSegmentationRC, freesurfer.preprocess.ReconAll):

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e git+https://github.com/nipy/nipype.git@61978ad#egg=nipype

0 commit comments

Comments
 (0)