diff options
author | mattip <matti.picus@gmail.com> | 2020-01-17 18:26:41 +1100 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-01-19 07:25:01 +1100 |
commit | 1edb44669f9acddebd92df794ca9731fd92f4e06 (patch) | |
tree | bbad4277bb597b1d7fdb3bd39495bfede3e7b2f1 /.travis.yml | |
parent | 18ab0d378bd1fef28703c56a5f3d48c9859b1d2a (diff) | |
download | numpy-1edb44669f9acddebd92df794ca9731fd92f4e06.tar.gz |
BLD: use 0.3.8dev build of OpenBLAS
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ef98d4a27..84fdbb8f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ stages: env: global: - - OpenBLAS_version=0.3.7 + - OpenBLAS_version=0.3.8 - WHEELHOUSE_UPLOADER_USERNAME=travis.numpy # The following is generated with the command: # travis encrypt -r numpy/numpy WHEELHOUSE_UPLOADER_SECRET=tH3AP1KeY |