Skip to content

Commit 56a0e1a

Browse files
committed
v2025.6.2
1 parent 033ea92 commit 56a0e1a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.3.24
11+
## Release 2025.6.2
1212

1313
Linked to oneAPI MKL 2025.1 (64-bit) and 2024.2 (32-bit).
1414

@@ -19,21 +19,21 @@ 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.4
23-
- [scipy](https://github.com/scipy/scipy) 1.15.2
22+
- [numpy](https://github.com/numpy/numpy) 2.2.6
23+
- [scipy](https://github.com/scipy/scipy) 1.15.3
2424
- [numexpr](https://github.com/pydata/numexpr) 2.10.2
25-
- [mkl_fft](https://github.com/IntelPython/mkl_fft) 1.3.11
26-
- [mkl_random](https://github.com/IntelPython/mkl_random) 1.2.8
25+
- [mkl_fft](https://github.com/IntelPython/mkl_fft) 1.3.14
26+
- [mkl_random](https://github.com/IntelPython/mkl_random) 1.2.10
2727
- [mkl_service](https://github.com/IntelPython/mkl-service) 2.4.2
2828

2929
## Build system
3030

3131
- Windows 11 Pro
32-
- [Visual Studio](https://visualstudio.microsoft.com/vs/community/) 2022 Community 17.13
32+
- [Visual Studio](https://visualstudio.microsoft.com/vs/community/) 2022 Community 17.14
3333
- [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)
34-
- [LLVM](https://github.com/llvm/llvm-project/releases) 19.1.6
35-
- [CPython](https://www.python.org/downloads/windows/) 3.10, 3.11, 3.12, 3.13
34+
- [LLVM](https://github.com/llvm/llvm-project/releases) 20.1.5
35+
- [CPython](https://www.python.org/downloads/windows/) 3.11, 3.12, 3.13, 3.14
3636

3737
## Alternatives
3838

39-
Binaries for Python packages linked to the oneAPI MKL are also available as part of the [Intel(r) Distribution for Python](https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html).
39+
Binaries for Python packages linked to the oneAPI MKL are also available as part of the [Intel(r) Distribution for Python](https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html) and the [MKL-accelerated NumPy and SciPy wheels](https://github.com/urob/numpy-mkl) repository.

0 commit comments

Comments
 (0)