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

Commit

Permalink
MAINT: PR 70 revisions
Browse files Browse the repository at this point in the history
* update minimum NumPy version to `1.14.5`
  • Loading branch information
tylerjereddy committed Apr 14, 2020
1 parent 79a18da commit 086d2c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ env:
# Also see DAILY_COMMIT below
- BUILD_COMMIT=master
- PLAT=x86_64
- NP_BUILD_DEP="numpy==1.13.3"
- NP_BUILD_DEP="numpy==1.14.5"
- CYTHON_BUILD_DEP="Cython==0.29.14"
- PYBIND11_BUILD_DEP="pybind11==2.4.3"
- NP_TEST_DEP="numpy==1.13.3"
- NP_TEST_DEP="numpy==1.14.5"
- UNICODE_WIDTH=32
- MANYLINUX_URL="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
Expand All @@ -31,14 +31,14 @@ jobs:
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- NP_BUILD_DEP=numpy==1.13.3
- NP_TEST_DEP=numpy==1.13.3
- NP_BUILD_DEP=numpy==1.14.5
- NP_TEST_DEP=numpy==1.14.5
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686
- NP_BUILD_DEP=numpy==1.13.3
- NP_TEST_DEP=numpy==1.13.3
- NP_BUILD_DEP=numpy==1.14.5
- NP_TEST_DEP=numpy==1.14.5
- os: linux
env:
- MB_PYTHON_VERSION=3.7
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
language: generic
env:
- MB_PYTHON_VERSION=3.6
- NP_BUILD_DEP=numpy==1.13.3
- NP_TEST_DEP=numpy==1.13.3
- NP_BUILD_DEP=numpy==1.14.5
- NP_TEST_DEP=numpy==1.14.5
- os: osx
language: generic
env:
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
OPENBLAS_32_SHA256: 06e3d38f01119afe5d6630d7ad310a873f8bede52fe71f2d0e2ebf3476194892
OPENBLAS_64_SHA256: 4d496081543c61bfb8069c1a12dfc2c0371cf9c59f9a4488e2e416dd4026357e
CYTHON_BUILD_DEP: Cython==0.29.14
NUMPY_TEST_DEP: numpy==1.13.3
NUMPY_TEST_DEP: numpy==1.14.5
PYBIND11_BUILD_DEP: pybind11==2.4.3
TEST_MODE: fast
APPVEYOR_SAVE_CACHE_ON_ERROR: true
Expand Down Expand Up @@ -61,12 +61,12 @@ environment:
- PYTHON: C:\Python36
PYTHON_VERSION: 3.6
PYTHON_ARCH: 32
NUMPY_BUILD_DEP: numpy==1.13.3
NUMPY_BUILD_DEP: numpy==1.14.5

- PYTHON: C:\Python36-x64
PYTHON_VERSION: 3.6
PYTHON_ARCH: 64
NUMPY_BUILD_DEP: numpy==1.13.3
NUMPY_BUILD_DEP: numpy==1.14.5

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
Expand Down

0 comments on commit 086d2c3

Please sign in to comment.