We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64c0ca4 + 69131b4 commit f172f04Copy full SHA for f172f04
2 files changed
conda-recipe-cf/meta.yaml
@@ -38,10 +38,12 @@ requirements:
38
39
test:
40
requires:
41
+ - pip
42
- pytest
43
source_files:
44
- mkl_umath/tests/test_basic.py
45
commands:
46
+ - pip check
47
- pytest mkl_umath/tests/test_basic.py
48
imports:
49
- mkl_umath
pyproject.toml
@@ -57,7 +57,7 @@ classifiers = [
57
"Operating System :: POSIX",
58
"Operating System :: Unix"
59
]
60
-dependencies = ["numpy >=1.26.4", "mkl"]
+dependencies = ["numpy >=1.26.4"]
61
description = "Intel (R) MKL-based universal functions for NumPy arrays"
62
dynamic = ["version"]
63
keywords = ["mkl_umath"]
0 commit comments