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

Commit 93b492a

Browse files
committed
use required numpy version
1 parent 131a2b7 commit 93b492a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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=v0.23.4
66
- PLAT=x86_64
77
- UNICODE_WIDTH=32
8-
- NP_BUILD_DEP="numpy==1.9.3"
9-
- NP_TEST_DEP="numpy==1.9.3"
8+
- NP_BUILD_DEP="numpy==1.12.1"
9+
- NP_TEST_DEP="numpy==1.12.1"
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)