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

MAINT: bump Cython to min required #83

Merged
merged 1 commit into from
May 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
- BUILD_COMMIT=master
- PLAT=x86_64
- NP_BUILD_DEP="numpy==1.14.5"
- CYTHON_BUILD_DEP="Cython==0.29.14"
- CYTHON_BUILD_DEP="Cython==0.29.18"
- PYBIND11_BUILD_DEP="pybind11==2.4.3"
- NP_TEST_DEP="numpy==1.14.5"
- UNICODE_WIDTH=32
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
global:
MINGW_32: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
MINGW_64: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
CYTHON_BUILD_DEP: Cython==0.29.14
CYTHON_BUILD_DEP: Cython==0.29.18
NUMPY_TEST_DEP: numpy==1.14.5
PYBIND11_BUILD_DEP: pybind11==2.4.3
TEST_MODE: fast
Expand Down