File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ sphinx-argparse
4
4
# Relative to repository root
5
5
./wrapper/
6
6
# avoid downloading new matplotlib
7
- matplotlib ~= 3.3.1
7
+ scipy ~= 1.7.3
Original file line number Diff line number Diff line change @@ -713,9 +713,8 @@ def init_ica_aroma_wf(
713
713
714
714
"""
715
715
from niworkflows .engine .workflows import LiterateWorkflow as Workflow
716
- from niworkflows .interfaces .segmentation import ICA_AROMARPT
717
- from niworkflows .interfaces .utility import KeySelect
718
- from niworkflows .interfaces .utils import TSV2JSON
716
+ from niworkflows .interfaces .reportlets .segmentation import ICA_AROMARPT
717
+ from niworkflows .interfaces .utility import KeySelect , TSV2JSON
719
718
720
719
workflow = Workflow (name = name )
721
720
workflow .__postdesc__ = """\
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ exclude =
59
59
*.tests
60
60
61
61
[options.extras_require]
62
+ aroma =
63
+ future
62
64
doc =
63
65
sphinx
64
66
sphinx_rtd_theme
83
85
tests =
84
86
%(test)s
85
87
all =
88
+ %(aroma)s
86
89
%(doc)s
87
90
%(duecredit)s
88
91
%(pointclouds)s
You can’t perform that action at this time.
0 commit comments