8000 Fix numpy build dependency · MacPython/matplotlib-wheels@cfe9e4f · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit cfe9e4f

Browse files
committed
Fix numpy build dependency
1 parent 36827f0 commit cfe9e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ matrix:
7272
- NP_BUILD_DEP="1.9.3"
7373

7474
before_install:
75-
- BUILD_DEPENDS="$NP_BUILD_DEP"
75+
- BUILD_DEPENDS="numpy==$NP_BUILD_DEP"
7676
- source multibuild/common_utils.sh
7777
- source multibuild/travis_steps.sh
7878
- before_install

0 commit comments

Comments
 (0)
0