We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a3feca + fb5d56d commit 1651440Copy full SHA for 1651440
2 files changed
conda-recipe-cf/meta.yaml
@@ -34,8 +34,10 @@ requirements:
34
35
test:
36
commands:
37
+ - pip check
38
- pytest --pyargs mkl_random
39
requires:
40
+ - pip
41
- pytest
42
imports:
43
- mkl_random
pyproject.toml
@@ -50,7 +50,7 @@ classifiers = [
50
"Operating System :: POSIX",
51
"Operating System :: Unix"
52
]
53
-dependencies = ["numpy >=1.26.4", "mkl"]
+dependencies = ["numpy >=1.26.4"]
54
description = "NumPy-based Python interface to Intel (R) MKL Random Number Generation functionality"
55
dynamic = ["version"]
56
keywords = [
0 commit comments