Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cae9b83

Browse files
authored
Merge pull request #24326 from charris/backport-24311
BLD: update openblas to newer version
2 parents 0d58cf3 + 1974561 commit cae9b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/openblas_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from urllib.error import HTTPError
1515

1616
OPENBLAS_V = '0.3.23.dev'
17-
OPENBLAS_LONG = 'v0.3.23-246-g3d31191b'
17+
OPENBLAS_LONG = 'v0.3.23-293-gc2f4bdbb'
1818
BASE_LOC = (
1919
'https://anaconda.org/scientific-python-nightly-wheels/openblas-libs'
2020
)

0 commit comments

Comments
 (0)