Skip to content

Commit 3d5bd7c

Browse files
committed
backtracking default nipype to version 0.13.0 (latest versions are broken...)
1 parent b2587b6 commit 3d5bd7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

continuous_integration/install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
set -e
22

3+
NIPYPE_VERSION=0.13.0
4+
35
print_conda_requirements() {
46
# Echo a conda requirement string for example
57
# "pip python=2.7.3 scikit-learn=*". It has a hardcoded
@@ -56,7 +58,7 @@ elif [[ "$DISTRIB" == "conda" ]]; then
5658
create_new_conda_env
5759

5860
# dependencies that are only available through pip
59-
pip install nilearn nipype configobj
61+
pip install nilearn>=0.1.3 nipype==${NIPYPE_VERSION} configobj
6062
else
6163
echo "Unknown distrib: $DISTRIB"
6264
exit 1

0 commit comments

Comments
 (0)