mkl_fft icon indicating copy to clipboard operation
mkl_fft copied to clipboard

numpy version

Open Liyukee opened this issue 2 years ago • 1 comments

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 avatar Dec 07 '23 02:12 Liyukee

@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.

oleksandr-pavlyk avatar Feb 20 '24 22:02 oleksandr-pavlyk

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.

vtavana avatar Apr 20 '25 18:04 vtavana