diff options
author | mattip <matti.picus@gmail.com> | 2021-10-07 00:05:06 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2021-10-07 00:05:06 +0300 |
commit | 93ff59c79d63957769f43e7c416a34a3c1fd26b0 (patch) | |
tree | 5ac0d7c74dd5d377dd8eaa9787cc525f1c09f181 | |
parent | 9d32403470293c102de87b4fa26ce31a6879f361 (diff) | |
download | numpy-93ff59c79d63957769f43e7c416a34a3c1fd26b0.tar.gz |
MAINT: update OpenBLAS to 0.3.18
-rw-r--r-- | tools/openblas_support.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/openblas_support.py b/tools/openblas_support.py index 9ab964e6f..4eb72dbc9 100644 --- a/tools/openblas_support.py +++ b/tools/openblas_support.py @@ -13,8 +13,8 @@ from tempfile import mkstemp, gettempdir from urllib.request import urlopen, Request from urllib.error import HTTPError -OPENBLAS_V = '0.3.17' -OPENBLAS_LONG = 'v0.3.17' +OPENBLAS_V = '0.3.18' +OPENBLAS_LONG = 'v0.3.18' BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs' BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download' SUPPORTED_PLATFORMS = [ |