We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ff42b commit d50e723Copy full SHA for d50e723
appveyor.yml
@@ -24,7 +24,7 @@ install:
24
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
25
26
# Installed prebuilt dependencies from conda
27
- - "conda install pip numpy scipy scikit-learn nose wheel matplotlib -y -q"
+ - "conda install pip numpy=1.11.2 scipy=0.18.1 scikit-learn=0.18.1 nose wheel matplotlib -y -q"
28
29
# Install other nilearn dependencies
30
- "pip install coverage nose-timer"
0 commit comments