Skip to content

Commit f08251e

Browse files
authored
Merge pull request #203 from IntelPython/backport-gh-201
Backport gh-201
2 parents d4075c4 + efc9e91 commit f08251e

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
@@ -35,10 +35,12 @@ requirements:
3535

3636
test:
3737
requires:
38+
- pip
3839
- pytest
3940
imports:
4041
- mkl
4142
commands:
43+
- pip check
4244
- pytest -vv --pyargs mkl
4345

4446
about:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ classifiers = [
5656
"Operating System :: POSIX",
5757
"Operating System :: Unix"
5858
]
59-
dependencies = ["mkl"]
59+
dependencies = []
6060
description = "Python hooks for Intel® oneAPI Math Kernel Library (oneMKL) runtime control settings"
6161
dynamic = ["version"]
6262
keywords = ["MKL"]

0 commit comments

Comments
 (0)