diff options
author | mattip <matti.picus@gmail.com> | 2021-07-16 09:54:41 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2021-07-16 09:54:41 +0300 |
commit | b5da89a003114134fd75bf57ea47e9bfece69cd8 (patch) | |
tree | 81299204eb58437a1d0210b9d93dfa4f8f3480b5 /tools/openblas_support.py | |
parent | a4e931f15e87cada0b9bb9ad80378115e72ba7ba (diff) | |
download | numpy-b5da89a003114134fd75bf57ea47e9bfece69cd8.tar.gz |
BUILD: update OpenBLAS to v0.3.17
Diffstat (limited to 'tools/openblas_support.py')
-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 d8389e854..9ab964e6f 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.16' -OPENBLAS_LONG = 'v0.3.16' +OPENBLAS_V = '0.3.17' +OPENBLAS_LONG = 'v0.3.17' BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs' BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download' SUPPORTED_PLATFORMS = [ |