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

Commit e9a011a

Browse files
change NP_BUILD_DEP for aarch (on travis)
1 parent cef9f4e commit e9a011a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ env:
1111
- BUILD_COMMIT="master"
1212
- UNICODE_WIDTH=32
1313
- PLAT=aarch64
14-
- NP_BUILD_DEP="numpy==1.13.3"
15-
- NP_TEST_DEP="numpy==1.13.3"
14+
- NP_BUILD_DEP="numpy==1.16.5"
15+
- NP_TEST_DEP="numpy==1.16.5"
1616
- CYTHON_BUILD_DEP="cython==0.29.16"
1717
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
1818
- TEST_DEPENDS="pytest pytest-xdist hypothesis"
@@ -25,13 +25,13 @@ jobs:
2525
- os: linux
2626
env:
2727
- MB_PYTHON_VERSION=3.6
28-
- NP_BUILD_DEP="numpy==1.13.3"
29-
- NP_TEST_DEP="numpy==1.13.3"
28+
- NP_BUILD_DEP="numpy==1.16.5"
29+
- NP_TEST_DEP="numpy==1.16.5"
3030
- os: linux
3131
env:
3232
- MB_PYTHON_VERSION=3.7
33-
- NP_BUILD_DEP="numpy==1.14.5"
34-
- NP_TEST_DEP="numpy==1.14.5"
33+
- NP_BUILD_DEP="numpy==1.16.5"
34+
- NP_TEST_DEP="numpy==1.16.5"
3535
- os: linux
3636
env:
3737
- MB_PYTHON_VERSION=3.8

0 commit comments

Comments
 (0)