Skip to content

Commit 8ecb007

Browse files
ci: Prepare release for scipy-1.16.3
1 parent c45480c commit 8ecb007

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
@@ -406,5 +406,29 @@
406406
},
407407
"scipy-1.16.2-cp314-windows": {
408408
"mkl": "2025.2.0"
409+
},
410+
"scipy-1.16.3-cp311-linux": {
411+
"mkl": "2025.3.0"
412+
},
413+
"scipy-1.16.3-cp311-windows": {
414+
"mkl": "2025.3.0"
415+
},
416+
"scipy-1.16.3-cp312-linux": {
417+
"mkl": "2025.3.0"
418+
},
419+
"scipy-1.16.3-cp312-windows": {
420+
"mkl": "2025.3.0"
421+
},
422+
"scipy-1.16.3-cp313-linux": {
423+
"mkl": "2025.3.0"
424+
},
425+
"scipy-1.16.3-cp313-windows": {
426+
"mkl": "2025.3.0"
427+
},
428+
"scipy-1.16.3-cp314-linux": {
429+
"mkl": "2025.3.0"
430+
},
431+
"scipy-1.16.3-cp314-windows": {
432+
"mkl": "2025.3.0"
409433
}
410434
}

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.1"
3+
version = "0.1.2"
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)