Skip to content

Commit c790ca3

Browse files
committed
add mkl-devel as build dependency and mkl as runtime dependency
1 parent 0cbe29b commit c790ca3

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@
2525

2626
[build-system]
2727
build-backend = "setuptools.build_meta"
28-
requires = ["setuptools>=77", "Cython", "wheel>=0.45.1", "build>=1.2.2"]
28+
requires = [
29+
"setuptools>=77",
30+
"Cython",
31+
"wheel>=0.45.1",
32+
"build>=1.2.2",
33+
"mkl-devel"
34+
]
2935

3036
[project]
3137
authors = [
@@ -50,7 +56,7 @@ classifiers = [
5056
"Operating System :: POSIX",
5157
"Operating System :: Unix"
5258
]
53-
dependencies = []
59+
dependencies = ["mkl"]
5460
description = "Python hooks for Intel® oneAPI Math Kernel Library (oneMKL) runtime control settings"
5561
dynamic = ["version"]
5662
keywords = ["MKL"]

0 commit comments

Comments
 (0)