Skip to content

Commit 3336f0c

Browse files
committed
TEST: Verify tests pass pre-nilearn/nilearn#1711
1 parent e0ce0ab commit 3336f0c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker/generate_dockerfiles.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ function generate_main_dockerfile() {
105105
&& mkdir /work
106106
&& chown neuro /work' \
107107
--user neuro \
108+
--miniconda use_env=neuro \
109+
pip_install="git+https://github.com/nilearn/nilearn.git@fcb4efd1d0c99ed9d8159dab42426455eea5d108#egg=nilearn" \
108110
--miniconda use_env=neuro \
109111
pip_opts="-e" \
110112
pip_install="/src/nipype[all]" \

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def get_nipype_gitversion():
165165
'doc': ['Sphinx>=1.4', 'numpydoc', 'matplotlib', 'pydotplus', 'pydot>=1.2.3'],
166166
'tests': TESTS_REQUIRES,
167167
'specs': ['yapf'],
168-
'nipy': ['nitime', 'nilearn==0.5.0b0', 'dipy', 'nipy', 'matplotlib'],
168+
'nipy': ['nitime', 'nilearn', 'dipy', 'nipy', 'matplotlib'],
169169
'profiler': ['psutil>=5.0'],
170170
'duecredit': ['duecredit'],
171171
'xvfbwrapper': ['xvfbwrapper'],

0 commit comments

Comments
 (0)