Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions conda-recipe-cf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ requirements:

test:
commands:
- pip check
- pytest --pyargs mkl_random
requires:
- pip
- pytest
imports:
- mkl_random
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ classifiers = [
"Operating System :: POSIX",
"Operating System :: Unix"
]
dependencies = ["numpy >=1.26.4", "mkl"]
dependencies = ["numpy >=1.26.4"]
description = "NumPy-based Python interface to Intel (R) MKL Random Number Generation functionality"
dynamic = ["version"]
keywords = [
Expand Down
Loading