Skip to content

Commit c813e30

Browse files
committed
partially revert gh-177
as mkl wheels are not distributed with .dist-info, using mkl as runtime dependency breaks pip check
1 parent d4075c4 commit c813e30

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
@@ -56,7 +56,7 @@ classifiers = [
5656
"Operating System :: POSIX",
5757
"Operating System :: Unix"
5858
]
59-
dependencies = ["mkl"]
59+
dependencies = []
6060
description = "Python hooks for Intel® oneAPI Math Kernel Library (oneMKL) runtime control settings"
6161
dynamic = ["version"]
6262
keywords = ["MKL"]

0 commit comments

Comments
 (0)