Skip to content

Commit

Permalink
MAINT Bump Python, scipy and numpy versions for appveyor (scikit-lear…
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel authored and jnothman committed Feb 26, 2018
1 parent fc539c7 commit cde914a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ environment:
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.0"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.1"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.0"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.1"
PYTHON_ARCH: "64"


Expand Down
4 changes: 2 additions & 2 deletions build_tools/appveyor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# fix the versions of numpy to force the use of numpy and scipy to use the whl
# of the rackspace folder instead of trying to install from more recent
# source tarball published on PyPI
numpy==1.9.3
scipy==0.16.0
numpy==1.13.0
scipy==0.19.0
cython
pytest
wheel
Expand Down

0 comments on commit cde914a

Please sign in to comment.