Skip to content

Commit 9a1ea1c

Browse files
ci: Prepare release for numpy-2.3.5
1 parent cd6317a commit 9a1ea1c

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

build.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,30 @@
299299
"numpy-2.3.4-cp314-windows": {
300300
"mkl": "2025.2.0"
301301
},
302+
"numpy-2.3.5-cp311-linux": {
303+
"mkl": "2025.3.0"
304+
},
305+
"numpy-2.3.5-cp311-windows": {
306+
"mkl": "2025.3.0"
307+
},
308+
"numpy-2.3.5-cp312-linux": {
309+
"mkl": "2025.3.0"
310+
},
311+
"numpy-2.3.5-cp312-windows": {
312+
"mkl": "2025.3.0"
313+
},
314+
"numpy-2.3.5-cp313-linux": {
315+
"mkl": "2025.3.0"
316+
},
317+
"numpy-2.3.5-cp313-windows": {
318+
"mkl": "2025.3.0"
319+
},
320+
"numpy-2.3.5-cp314-linux": {
321+
"mkl": "2025.3.0"
322+
},
323+
"numpy-2.3.5-cp314-windows": {
324+
"mkl": "2025.3.0"
325+
},
302326
"scipy-1.15.2-cp310-linux": {
303327
"mkl": "2025.1.0"
304328
},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "numpy-mkl"
3-
version = "0.1.2"
3+
version = "0.1.3"
44

55
description = "NumPy and SciPy wheels with MKL support"
66
authors = [{name = "Robert Ulbricht"}]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)