Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 2fc520d

Browse files
committed
MAINT: bump Cython to min required
* the minimum required Cython version to build SciPy is now `0.29.18`; this change has been pushed directly to the `v1.5.x` wheels feature branch because of observed failures there, so this is effectively a forward-port of that
1 parent 193aaf0 commit 2fc520d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
- BUILD_COMMIT=master
66
- PLAT=x86_64
77
- NP_BUILD_DEP="numpy==1.14.5"
8-
- CYTHON_BUILD_DEP="Cython==0.29.14"
8+
- CYTHON_BUILD_DEP="Cython==0.29.18"
99
- PYBIND11_BUILD_DEP="pybind11==2.4.3"
1010
- NP_TEST_DEP="numpy==1.14.5"
1111
- UNICODE_WIDTH=32

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
global:
1313
MINGW_32: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
1414
MINGW_64: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
15-
CYTHON_BUILD_DEP: Cython==0.29.14
15+
CYTHON_BUILD_DEP: Cython==0.29.18
1616
NUMPY_TEST_DEP: numpy==1.14.5
1717
PYBIND11_BUILD_DEP: pybind11==2.4.3
1818
TEST_MODE: fast

0 commit comments

Comments
 (0)