File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
from nipype .pipeline import engine as pe
22
22
from nipype .interfaces import utility as niu , fsl , ants
23
- from nipype .workflows .dmri .fsl .utils import demean_image , cleanup_edge_pipeline
23
+ from niflow . nipype1 .workflows .dmri .fsl .utils import demean_image , cleanup_edge_pipeline
24
24
from niworkflows .engine .workflows import LiterateWorkflow as Workflow
25
25
from niworkflows .interfaces .bids import DerivativesDataSink
26
26
from niworkflows .interfaces .images import IntraModalMerge
Original file line number Diff line number Diff line change 20
20
21
21
from nipype .interfaces import ants , fsl , utility as niu
22
22
from nipype .pipeline import engine as pe
23
- from nipype .workflows .dmri .fsl .utils import siemens2rads , demean_image , \
23
+ from niflow . nipype1 .workflows .dmri .fsl .utils import siemens2rads , demean_image , \
24
24
cleanup_edge_pipeline
25
25
from niworkflows .engine .workflows import LiterateWorkflow as Workflow
26
26
from niworkflows .interfaces .images import IntraModalMerge
@@ -36,7 +36,7 @@ def init_phdiff_wf(omp_nthreads, name='phdiff_wf'):
36
36
Estimates the fieldmap using a phase-difference image and one or more
37
37
magnitude images corresponding to two or more :abbr:`GRE (Gradient Echo sequence)`
38
38
acquisitions. The `original code was taken from nipype
39
- <https://github.com/nipy/nipype/blob/master /nipype/workflows/dmri/fsl/artifacts.py#L514>`_.
39
+ <https://github.com/nipy/nipype/blob/0.12.1 /nipype/workflows/dmri/fsl/artifacts.py#L514>`_.
40
40
41
41
.. workflow ::
42
42
:graph2use: orig
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ setup_requires =
24
24
setuptools >=40.8
25
25
install_requires =
26
26
nibabel >=2.2.1
27
- nipype >=1.2.0
27
+ nipype >=1.2.0,!=1.2.3
28
+ niflow-nipype1-workflows ~=0.0.1
28
29
niworkflows ~=0.10
29
30
numpy
30
31
pybids ~=0.9.2
You can’t perform that action at this time.
0 commit comments