Skip to content

Commit 7e85250

Browse files
authored
Merge pull request #253 from mattip/v0.3.31.18
update to v0.3.31-22-g5ffbf38b
2 parents 861d6f9 + 606fd9d commit 7e85250

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

OpenBLAS

openblas_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.30-443-g52ec7faf
1+
v0.3.31-22-g5ffbf38b

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "scipy-openblas64"
11-
# v0.3.30-443-g52ec7faf
12-
version = "0.3.30.443.1"
11+
# v0.3.31-22-g5ffbf38b
12+
version = "0.3.31.22.0"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

tools/download-wheels.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def get_wheel_names(package, version):
5555
print(f"looking in {index_url}")
5656
index_html = http.request("GET", index_url)
5757
soup = BeautifulSoup(index_html.data, "html.parser")
58-
breakpoint()
5958
return [xxx['href'] for xxx in soup.find_all('a', href=True) if version in str(xxx)]
6059

6160

0 commit comments

Comments
 (0)