Skip to content

Commit b09aba1

Browse files
committed
add mkl to mkl-service dependencies
1 parent 4669ea2 commit b09aba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ classifiers = [
5454
"Operating System :: POSIX",
5555
"Operating System :: Unix"
5656
]
57-
dependencies = []
57+
dependencies = ["mkl"]
5858
description = "Python hooks for Intel® oneAPI Math Kernel Library (oneMKL) runtime control settings"
5959
dynamic = ["version"]
6060
keywords = ["MKL"]

0 commit comments

Comments
 (0)