Skip to content

Commit 8c9c89d

Browse files
committed
correction, appveyor scipy=0.16.0. ugh
1 parent 5280cb9 commit 8c9c89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install:
3232
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
3333

3434
# install depenencies
35-
- "conda install --yes --quiet pip numpy scipy=0.16 pandas nose pytz ephem numba"
35+
- "conda install --yes --quiet pip numpy scipy=0.16.0 pandas nose pytz ephem numba"
3636

3737
# install pvlib
3838
- "python setup.py install"

0 commit comments

Comments
 (0)