Skip to content

Commit 82c3ec6

Browse files
authored
pip install numpy>=1.19.4
1 parent 550f429 commit 82c3ec6

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
@@ -18,7 +18,7 @@ env:
1818
- PATH=$PATH:$HOME/.cargo/bin
1919
before_install:
2020
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
21-
- pip install --upgrade pip setuptools six wheel
21+
- pip install --upgrade pip setuptools six wheel numpy>=1.19.4
2222
jobs:
2323
include:
2424
- install: true

0 commit comments

Comments
 (0)