numpy version
when I want to install mkl-fft 1.3.1 and mkl-random 1.2.2 in python 3.9.18,I met this issue:mkl-fft 1.3.1 depends on numpy<1.23.0 and >=1.22.3, mkl-random 1.2.2 depends on numpy<1.25.0 and >=1.24.3. So, it can't install successfully becuase of the conflicted numpy version.
@Liyukee Thank you for reporting this issue. What package manager are you using? Is it pip, conda, something else?
If you are open to try miniconda (download) or mambaforge (download), you can install mkl_random and mkl_fft without issues.
Closing this issue as this was inactive for a long time.
The most recent version mkl-fft-1.3.14 is available for python 3.9, 3.10, 3.11, 312 and works with numpy>=1.26.4. If you have any problems with the newest version please open a new issue.