Skip to content

Commit 7dcdf3e

Browse files
authored
Merge pull request #127 from IntelPython/backport-gh-126
Backport gh-126
2 parents ecc4e3c + 39d4afd commit 7dcdf3e

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)