2525
2626[build-system ]
2727build-backend = " setuptools.build_meta"
28- requires = [" setuptools>=64 " , " Cython" , " numpy" ]
28+ requires = [" setuptools>=77 " , " Cython" , " numpy" , " mkl-devel " ]
2929
3030[project ]
3131authors = [
@@ -35,7 +35,6 @@ classifiers = [
3535 " Development Status :: 5 - Production/Stable" ,
3636 " Intended Audience :: Science/Research" ,
3737 " Intended Audience :: Developers" ,
38- " License :: OSI Approved" ,
3938 " Programming Language :: C" ,
4039 " Programming Language :: Python" ,
4140 " Programming Language :: Python :: 3" ,
@@ -50,11 +49,11 @@ classifiers = [
5049 " Operating System :: POSIX" ,
5150 " Operating System :: Unix"
5251]
53- dependencies = [" numpy >=1.26.4" , " mkl " , " mkl-service" ]
52+ dependencies = [" numpy>=1.26.4" , " mkl-service" ]
5453description = " MKL-based FFT transforms for NumPy arrays"
5554dynamic = [" version" ]
5655keywords = [" DFTI" , " FFT" , " Fourier" , " MKL" ]
57- license = { text = " BSD" }
56+ license = " BSD-3-Clause "
5857name = " mkl_fft"
5958readme = {file = " README.md" , content-type = " text/markdown" }
6059requires-python = " >=3.9,<3.13"
0 commit comments