Skip to content

Commit f45c7c5

Browse files
committed
Drop PyPI mkl runtime dep (fixes downstream pip check)
1 parent bd73350 commit f45c7c5

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
@@ -57,7 +57,7 @@ classifiers = [
5757
"Operating System :: POSIX",
5858
"Operating System :: Unix"
5959
]
60-
dependencies = ["numpy >=1.26.4", "mkl"]
60+
dependencies = ["numpy >=1.26.4"]
6161
description = "Intel (R) MKL-based universal functions for NumPy arrays"
6262
dynamic = ["version"]
6363
keywords = ["mkl_umath"]

0 commit comments

Comments
 (0)