https://github.com/cgohlke/numpy-mkl-wheels
Wheels for Python on Windows, linked to oneAPI MKL.
https://github.com/cgohlke/numpy-mkl-wheels
mkl numpy oneapi python wheels windows
Last synced: 3 months ago
JSON representation
Wheels for Python on Windows, linked to oneAPI MKL.
- Host: GitHub
- URL: https://github.com/cgohlke/numpy-mkl-wheels
- Owner: cgohlke
- Created: 2023-01-04T17:38:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T22:47:08.000Z (7 months ago)
- Last Synced: 2025-04-10T01:08:24.699Z (6 months ago)
- Topics: mkl, numpy, oneapi, python, wheels, windows
- Homepage:
- Size: 6.84 KB
- Stars: 81
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wheels for Python on Windows, linked to oneAPI MKL
This repository provides unofficial binary wheels for open-source extension packages for Python on Windows, linked to the [Intel(r) oneAPI Math Kernel Library](https://software.intel.com/en-us/intel-mkl/) (oneAPI MKL).
The files are unofficial (meaning: informal, unrecognized, personal, unsupported, no warranty, no liability, provided "as is") and made available for testing and evaluation purposes.
Source code changes, if any, have been submitted to the project maintainers or are included in the wheels.
The wheels can be downloaded from the [Releases](https://github.com/cgohlke/numpy-mkl-wheels/releases) page.
## Release 2025.6.2
Linked to oneAPI MKL 2025.1 (64-bit) and 2024.2 (32-bit).
Depends on the latest
[Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist)
and the
[mkl](https://pypi.org/project/mkl/),
[intel-openmp](https://pypi.org/project/intel-openmp/), and
[intel-fortran-rt](https://pypi.org/project/intel-fortran-rt/) packages.- [numpy](https://github.com/numpy/numpy) 2.2.6
- [scipy](https://github.com/scipy/scipy) 1.15.3
- [numexpr](https://github.com/pydata/numexpr) 2.10.2
- [mkl_fft](https://github.com/IntelPython/mkl_fft) 1.3.14
- [mkl_random](https://github.com/IntelPython/mkl_random) 1.2.10
- [mkl_service](https://github.com/IntelPython/mkl-service) 2.4.2## Build system
- Windows 11 Pro
- [Visual Studio](https://visualstudio.microsoft.com/vs/community/) 2022 Community 17.14
- [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)
- [LLVM](https://github.com/llvm/llvm-project/releases) 20.1.5
- [CPython](https://www.python.org/downloads/windows/) 3.11, 3.12, 3.13, 3.14## Alternatives
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.