Skip to content

Commit 2305305

Browse files
committed
v2025.9.14
1 parent 56a0e1a commit 2305305

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,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.6.2
11+
## Release 2025.9.14
1212

13-
Linked to oneAPI MKL 2025.1 (64-bit) and 2024.2 (32-bit).
13+
Linked to oneAPI MKL 2025.2 (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,19 +19,19 @@ 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.6
23-
- [scipy](https://github.com/scipy/scipy) 1.15.3
24-
- [numexpr](https://github.com/pydata/numexpr) 2.10.2
25-
- [mkl_fft](https://github.com/IntelPython/mkl_fft) 1.3.14
22+
- [numpy](https://github.com/numpy/numpy) 2.3.3
23+
- [scipy](https://github.com/scipy/scipy) 1.16.2
24+
- [numexpr](https://github.com/pydata/numexpr) 2.12.1
25+
- [mkl_fft](https://github.com/IntelPython/mkl_fft) 2.0.0
2626
- [mkl_random](https://github.com/IntelPython/mkl_random) 1.2.10
27-
- [mkl_service](https://github.com/IntelPython/mkl-service) 2.4.2
27+
- [mkl_service](https://github.com/IntelPython/mkl-service) 2.5.2
2828

2929
## Build system
3030

3131
- Windows 11 Pro
3232
- [Visual Studio](https://visualstudio.microsoft.com/vs/community/) 2022 Community 17.14
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)
34-
- [LLVM](https://github.com/llvm/llvm-project/releases) 20.1.5
33+
- [Intel oneAPI Base and HPC Toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html#gs.miarqe) 2025.2 (64-bit) and 2024.2 (32-bit and ifort)
34+
- [LLVM](https://github.com/llvm/llvm-project/releases) 20.1.8
3535
- [CPython](https://www.python.org/downloads/windows/) 3.11, 3.12, 3.13, 3.14
3636

3737
## Alternatives

0 commit comments

Comments
 (0)