We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4075c4 + efc9e91 commit f08251eCopy full SHA for f08251e
2 files changed
conda-recipe-cf/meta.yaml
@@ -35,10 +35,12 @@ requirements:
35
36
test:
37
requires:
38
+ - pip
39
- pytest
40
imports:
41
- mkl
42
commands:
43
+ - pip check
44
- pytest -vv --pyargs mkl
45
46
about:
pyproject.toml
@@ -56,7 +56,7 @@ classifiers = [
56
"Operating System :: POSIX",
57
"Operating System :: Unix"
58
]
59
-dependencies = ["mkl"]
+dependencies = []
60
description = "Python hooks for Intel® oneAPI Math Kernel Library (oneMKL) runtime control settings"
61
dynamic = ["version"]
62
keywords = ["MKL"]
0 commit comments