Skip to content

Commit fa03f1f

Browse files
effigiesoesteban
authored andcommitted
MNT: Use niflow-nipype1-workflows for old nipype.workflows imports
1 parent 7ae0a09 commit fa03f1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdcflows/workflows/phdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def init_phdiff_wf(omp_nthreads, name='phdiff_wf'):
3636
Estimates the fieldmap using a phase-difference image and one or more
3737
magnitude images corresponding to two or more :abbr:`GRE (Gradient Echo sequence)`
3838
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>`_.
4040
4141
.. workflow ::
4242
:graph2use: orig

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ setup_requires =
2424
setuptools >=40.8
2525
install_requires =
2626
nibabel >=2.2.1
27-
niflow-nipype1-workflows == 0.0.1
27+
niflow-nipype1-workflows ~= 0.0.1
2828
nipype >=1.3.0rc1
2929
niworkflows ~=0.10
3030
numpy

0 commit comments

Comments
 (0)