Skip to content

Commit 34dc164

Browse files
committed
v2025.10.28
1 parent 2305305 commit 34dc164

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 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.9.14
11+
## Release 2025.10.28
1212

13-
Linked to oneAPI MKL 2025.2 (64-bit) and 2024.2 (32-bit).
13+
Linked to oneAPI MKL 2025.3 (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,20 +19,20 @@ 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.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
26-
- [mkl_random](https://github.com/IntelPython/mkl_random) 1.2.10
27-
- [mkl_service](https://github.com/IntelPython/mkl-service) 2.5.2
22+
- [numpy](https://github.com/numpy/numpy) 2.3.4
23+
- [scipy](https://github.com/scipy/scipy) 1.16.3
24+
- [numexpr](https://github.com/pydata/numexpr) 2.14.1
25+
- [mkl_fft](https://github.com/IntelPython/mkl_fft) 2.1.1
26+
- [mkl_random](https://github.com/IntelPython/mkl_random) 1.3.0
27+
- [mkl_service](https://github.com/IntelPython/mkl-service) 2.6.0
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.2 (64-bit) and 2024.2 (32-bit and ifort)
33+
- [Intel oneAPI Base and HPC Toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) 2025.3 (64-bit) and 2024.2 (32-bit and ifort)
3434
- [LLVM](https://github.com/llvm/llvm-project/releases) 20.1.8
35-
- [CPython](https://www.python.org/downloads/windows/) 3.11, 3.12, 3.13, 3.14
35+
- [CPython](https://www.python.org/downloads/windows/) 3.11, 3.12, 3.13, 3.14, 3.14t
3636

3737
## Alternatives
3838

0 commit comments

Comments
 (0)