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

Commit 21004aa

Browse files
committed
bump numpy to 1.13.3 corresponding to new minumum
1 parent 04e3be8 commit 21004aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ env:
55
- BUILD_COMMIT=master
66
- PLAT=x86_64
77
- UNICODE_WIDTH=32
8-
- NP_BUILD_DEP="numpy==1.12.1"
9-
- NP_TEST_DEP="numpy==1.12.1"
8+
- NP_BUILD_DEP="numpy==1.13.3"
9+
- NP_TEST_DEP="numpy==1.13.3"
1010
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
1111
# Following generated with
1212
# travis encrypt -r MacPython/pandas-wheels WHEELHOUSE_UPLOADER_SECRET=<the api key>

0 commit comments

Comments
 (0)