Skip to content

Commit 2cdfa3f

Browse files
committed
update pyproject.toml
1 parent 564ff87 commit 2cdfa3f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
[build-system]
2727
build-backend = "setuptools.build_meta"
28-
requires = ["setuptools>=64", "Cython", "numpy"]
28+
requires = ["setuptools>=77", "Cython", "numpy", "mkl-devel"]
2929

3030
[project]
3131
authors = [
@@ -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"]
5453
description = "MKL-based FFT transforms for NumPy arrays"
5554
dynamic = ["version"]
5655
keywords = ["DFTI", "FFT", "Fourier", "MKL"]
57-
license = {text = "BSD"}
56+
license = "BSD-3-Clause"
5857
name = "mkl_fft"
5958
readme = {file = "README.md", content-type = "text/markdown"}
6059
requires-python = ">=3.9,<3.13"

0 commit comments

Comments
 (0)