25
25
26
26
[build-system ]
27
27
build-backend = " setuptools.build_meta"
28
- requires = [" setuptools>=64 " , " Cython" , " numpy" ]
28
+ requires = [" setuptools>=77 " , " Cython" , " numpy" , " mkl-devel " ]
29
29
30
30
[project ]
31
31
authors = [
@@ -35,7 +35,6 @@ classifiers = [
35
35
" Development Status :: 5 - Production/Stable" ,
36
36
" Intended Audience :: Science/Research" ,
37
37
" Intended Audience :: Developers" ,
38
- " License :: OSI Approved" ,
39
38
" Programming Language :: C" ,
40
39
" Programming Language :: Python" ,
41
40
" Programming Language :: Python :: 3" ,
@@ -50,11 +49,11 @@ classifiers = [
50
49
" Operating System :: POSIX" ,
51
50
" Operating System :: Unix"
52
51
]
53
- dependencies = [" numpy >=1.26.4" , " mkl " , " mkl-service" ]
52
+ dependencies = [" numpy>=1.26.4" , " mkl-service" ]
54
53
description = " MKL-based FFT transforms for NumPy arrays"
55
54
dynamic = [" version" ]
56
55
keywords = [" DFTI" , " FFT" , " Fourier" , " MKL" ]
57
- license = { text = " BSD" }
56
+ license = " BSD-3-Clause "
58
57
name = " mkl_fft"
59
58
readme = {file = " README.md" , content-type = " text/markdown" }
60
59
requires-python = " >=3.9,<3.13"
0 commit comments