Skip to content

Commit f344e1b

Browse files
committed
Drop PyPI mkl runtime dep (fixes downstream pip check)
1 parent 58eff34 commit f344e1b

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
@@ -50,7 +50,7 @@ classifiers = [
5050
"Operating System :: POSIX",
5151
"Operating System :: Unix"
5252
]
53-
dependencies = ["numpy >=1.26.4", "mkl"]
53+
dependencies = ["numpy >=1.26.4"]
5454
description = "NumPy-based Python interface to Intel (R) MKL Random Number Generation functionality"
5555
dynamic = ["version"]
5656
keywords = [

0 commit comments

Comments
 (0)