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

Commit

Permalink
change NP_BUILD_DEP for aarch (on travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins committed Nov 27, 2020
1 parent cef9f4e commit e9a011a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
- BUILD_COMMIT="master"
- UNICODE_WIDTH=32
- PLAT=aarch64
- NP_BUILD_DEP="numpy==1.13.3"
- NP_TEST_DEP="numpy==1.13.3"
- NP_BUILD_DEP="numpy==1.16.5"
- NP_TEST_DEP="numpy==1.16.5"
- CYTHON_BUILD_DEP="cython==0.29.16"
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
- TEST_DEPENDS="pytest pytest-xdist hypothesis"
Expand All @@ -25,13 +25,13 @@ 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.16.5"
- NP_TEST_DEP="numpy==1.16.5"
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- NP_BUILD_DEP="numpy==1.14.5"
- NP_TEST_DEP="numpy==1.14.5"
- NP_BUILD_DEP="numpy==1.16.5"
- NP_TEST_DEP="numpy==1.16.5"
- os: linux
env:
- MB_PYTHON_VERSION=3.8
Expand Down

0 comments on commit e9a011a

Please sign in to comment.