Skip to content

Commit 4fef250

Browse files
committed
use numpy 1.19.4 for python 3.9 builds
1 parent d8e00e6 commit 4fef250

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ matrix:
7878
- os: linux
7979
env:
8080
- MB_PYTHON_VERSION=3.9
81-
- NP_BUILD_DEP="1.17.3"
82-
- NP_TEST_DEP="1.17.3"
81+
- NP_BUILD_DEP="1.19.4"
82+
- NP_TEST_DEP="1.19.4"
8383
- os: linux
8484
env:
8585
- MB_PYTHON_VERSION=3.9
8686
- PLAT=i686
87-
- NP_BUILD_DEP="1.17.3"
88-
- NP_TEST_DEP="1.17.3"
87+
- NP_BUILD_DEP="1.19.4"
88+
- NP_TEST_DEP="1.19.4"
8989
#- os: osx
9090
# language: generic
9191
# env:
@@ -118,8 +118,8 @@ matrix:
118118
env:
119119
- MB_PYTHON_VERSION=3.9
120120
- MB_PYTHON_OSX_VER=10.9
121-
- NP_BUILD_DEP="1.17.3"
122-
- NP_TEST_DEP="1.17.3"
121+
- NP_BUILD_DEP="1.19.4"
122+
- NP_TEST_DEP="1.19.4"
123123

124124
before_install:
125125
- BUILD_DEPENDS="numpy==$NP_BUILD_DEP Cython setuptools>=18.0"

0 commit comments

Comments
 (0)