Skip to content

Commit 1651440

Browse files
authored
Merge pull request #126 from IntelPython/fix/drop-pypi-mkl-runtime-dep
Drop PyPI `mkl` runtime dep (fixes downstream `pip check`)
2 parents 5a3feca + fb5d56d commit 1651440

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

conda-recipe-cf/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ requirements:
3434

3535
test:
3636
commands:
37+
- pip check
3738
- pytest --pyargs mkl_random
3839
requires:
40+
- pip
3941
- pytest
4042
imports:
4143
- mkl_random

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)