Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 20da431

Browse files
committed
NumPy 1.13.3 release
1 parent 242b0eb commit 20da431

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ env:
22
global:
33
- REPO_DIR=numpy
44
# Also see DAILY_COMMIT below
5-
- BUILD_COMMIT=v1.13.2
6-
- BUILD_DEPENDS=Cython
5+
- BUILD_COMMIT=v1.13.3
6+
- BUILD_DEPENDS="Cython==0.26.1"
77
- TEST_DEPENDS=nose
88
- PLAT=x86_64
99
- UNICODE_WIDTH=32

appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ os: Visual Studio 2015
77

88
environment:
99
global:
10-
BUILD_COMMIT: v1.13.2
10+
BUILD_COMMIT: v1.13.3
11+
CYTHON_BUILD_DEP: cython==0.26.1
1112
OPENBLAS_COMMIT: v0.2.20
1213
OPENBLAS_ROOT: c:\opt
1314
WHEELHOUSE_UPLOADER_USERNAME: travis-worker
@@ -73,7 +74,7 @@ install:
7374
- python -m pip install --upgrade pip
7475
# Pin wheel to 0.26 to avoid Windows ABI tag for built wheel
7576
- pip install wheel==0.26
76-
- pip install "cython>=0.25"
77+
- pip install "%CYTHON_BUILD_DEP%"
7778
# Download built openblas libraries
7879
- cmd /c windows-wheel-builder\unpack_openblas.bat
7980

0 commit comments

Comments
 (0)