We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 785d1eb + b5da89a commit 676a619Copy full SHA for 676a619
doc/release/upcoming_changes/19462.change.rst
@@ -0,0 +1,3 @@
1
+OpenBLAS v0.3.17
2
+----------------
3
+Update the OpenBLAS used in testing and in wheels to v0.3.17
tools/openblas_support.py
@@ -13,8 +13,8 @@
13
from urllib.request import urlopen, Request
14
from urllib.error import HTTPError
15
16
-OPENBLAS_V = '0.3.16'
17
-OPENBLAS_LONG = 'v0.3.16'
+OPENBLAS_V = '0.3.17'
+OPENBLAS_LONG = 'v0.3.17'
18
BASE_LOC = 'https://anaconda.org/multibuild-wheels-staging/openblas-libs'
19
BASEURL = f'{BASE_LOC}/{OPENBLAS_LONG}/download'
20
SUPPORTED_PLATFORMS = [
0 commit comments