Skip to content

Commit 033ea92

Browse files
committed
v2025.3.24
1 parent 9e2bd88 commit 033ea92

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ parts/
2020
sdist/
2121
var/
2222
wheels/
23+
_/
2324
pip-wheel-metadata/
2425
share/python-wheels/
2526
*.egg-info/

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Source code changes, if any, have been submitted to the project maintainers or a
88

99
The wheels can be downloaded from the [Releases](https://github.com/cgohlke/numpy-mkl-wheels/releases) page.
1010

11-
## Release 2025.1.4
11+
## Release 2025.3.24
1212

13-
Linked to oneAPI MKL 2025 (64-bit) and 2024.2 (32-bit).
13+
Linked to oneAPI MKL 2025.1 (64-bit) and 2024.2 (32-bit).
1414

1515
Depends on the latest
1616
[Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist)
@@ -19,18 +19,18 @@ and the
1919
[intel-openmp](https://pypi.org/project/intel-openmp/), and
2020
[intel-fortran-rt](https://pypi.org/project/intel-fortran-rt/) packages.
2121

22-
- [numpy](https://github.com/numpy/numpy) 2.2.1
23-
- [scipy](https://github.com/scipy/scipy) 1.15.0
22+
- [numpy](https://github.com/numpy/numpy) 2.2.4
23+
- [scipy](https://github.com/scipy/scipy) 1.15.2
2424
- [numexpr](https://github.com/pydata/numexpr) 2.10.2
2525
- [mkl_fft](https://github.com/IntelPython/mkl_fft) 1.3.11
2626
- [mkl_random](https://github.com/IntelPython/mkl_random) 1.2.8
2727
- [mkl_service](https://github.com/IntelPython/mkl-service) 2.4.2
2828

2929
## Build system
3030

31-
- Windows 11 Pro for Workstations
32-
- [Visual Studio](https://visualstudio.microsoft.com/vs/community/) 2022 Community 17.12
33-
- [Intel oneAPI Base and HPC Toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html#gs.miarqe) 2025 (64-bit) and 2024.2 (32-bit and ifort)
31+
- Windows 11 Pro
32+
- [Visual Studio](https://visualstudio.microsoft.com/vs/community/) 2022 Community 17.13
33+
- [Intel oneAPI Base and HPC Toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html#gs.miarqe) 2025.1 (64-bit) and 2024.2 (32-bit and ifort)
3434
- [LLVM](https://github.com/llvm/llvm-project/releases) 19.1.6
3535
- [CPython](https://www.python.org/downloads/windows/) 3.10, 3.11, 3.12, 3.13
3636

0 commit comments

Comments
 (0)