Skip to content

Commit a17379f

Browse files
committed
pin appveyors scipy to 0.16 to avoid yet another continuum package issue
1 parent 31e323d commit a17379f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

appveyor.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ install:
3131
- "python --version"
3232
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
3333

34-
# install xray and depenencies
35-
- "conda install --yes --quiet pip numpy scipy pandas nose pytz ephem numba"
34+
# install depenencies
35+
- "conda install --yes --quiet pip numpy scipy=0.16 pandas nose pytz ephem numba"
36+
37+
# install pvlib
3638
- "python setup.py install"
3739

3840
build: false
3941

4042
test_script:
41-
- "nosetests -v pvlib"
43+
- "nosetests -v pvlib"

0 commit comments

Comments
 (0)