Skip to content

Commit 0945655

Browse files
authored
Merge pull request #201 from IntelPython/partially-revert-gh-177
Partially revert gh-177
2 parents aabad6e + 48107ca commit 0945655

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)