From b8dfb512e019f0878b6f1cf1df622841e1f2152b Mon Sep 17 00:00:00 2001 From: Sherry Date: Wed, 5 Apr 2023 17:36:58 -0400 Subject: [PATCH] chore: pip install numpy --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0d21403..2e9e63f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ jobs: stage: latest-pythons before_install: - pip install -U pip + - pip install numpy==1.18.3 - pip install pytest==5.4.1 codecov pytest-cov - export PYTHONPATH=$PYTHONPATH:$(pwd) install: