We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2587b6 commit 3d5bd7cCopy full SHA for 3d5bd7c
continuous_integration/install.sh
@@ -1,5 +1,7 @@
1
set -e
2
3
+NIPYPE_VERSION=0.13.0
4
+
5
print_conda_requirements() {
6
# Echo a conda requirement string for example
7
# "pip python=2.7.3 scikit-learn=*". It has a hardcoded
@@ -56,7 +58,7 @@ elif [[ "$DISTRIB" == "conda" ]]; then
56
58
create_new_conda_env
57
59
60
# dependencies that are only available through pip
- pip install nilearn nipype configobj
61
+ pip install nilearn>=0.1.3 nipype==${NIPYPE_VERSION} configobj
62
else
63
echo "Unknown distrib: $DISTRIB"
64
exit 1
0 commit comments