File tree Expand file tree Collapse file tree 5 files changed +12
-670
lines changed Expand file tree Collapse file tree 5 files changed +12
-670
lines changed Original file line number Diff line number Diff line change 1
1
git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049785a1026451b3#egg=sphinxcontrib-napoleon
2
2
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
3
3
nbsphinx
4
- nipype >= 1.3.1
4
+ git+https://github.com/nipy/ nipype.git@master#egg=nipype
5
5
nitransforms >= 20.0.0rc3 ,< 20.2
6
6
packaging
7
7
pydot >= 1.2.3
Original file line number Diff line number Diff line change 13
13
from nipype .pipeline import engine as pe
14
14
from nipype .interfaces import utility as niu
15
15
from nipype .interfaces .fsl .maths import ApplyMask
16
- from nipype .interfaces .ants import N4BiasFieldCorrection , Atropos , MultiplyImages
16
+ from nipype .interfaces .ants import (
17
+ AI ,
18
+ Atropos ,
19
+ ImageMath ,
20
+ MultiplyImages ,
21
+ N4BiasFieldCorrection ,
22
+ ResampleImageBySpacing ,
23
+ ThresholdImage ,
24
+ )
17
25
18
26
from ..utils .misc import get_template_specs
19
27
from ..utils .connections import pop_file as _pop
20
28
21
29
# niworkflows
22
- from ..interfaces .ants import (
23
- ImageMath ,
24
- ResampleImageBySpacing ,
25
- AI ,
26
- ThresholdImage ,
27
- )
28
30
from ..interfaces .fixes import (
29
31
FixHeaderRegistration as Registration ,
30
32
FixHeaderApplyTransforms as ApplyTransforms ,
Original file line number Diff line number Diff line change 6
6
7
7
from nipype .pipeline import engine as pe
8
8
from nipype .interfaces import utility as niu , fsl , afni
9
+ from nipype .interfaces .ants .utils import AI
9
10
10
11
from templateflow .api import get as get_template
11
12
12
13
from ..engine .workflows import LiterateWorkflow as Workflow
13
- from ..interfaces .ants import AI
14
14
from ..interfaces .fixes import (
15
15
FixHeaderRegistration as Registration ,
16
16
FixHeaderApplyTransforms as ApplyTransforms ,
You can’t perform that action at this time.
0 commit comments