We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff04e5a commit 73f4f42Copy full SHA for 73f4f42
conda-recipe-cf/meta.yaml
@@ -1,6 +1,3 @@
1
-{% set version = "1.4.0dev3" %}
2
-{% set buildnumber = 0 %}
3
-
4
package:
5
name: mkl_random
6
version: {{ GIT_DESCRIBE_TAG }}
conda-recipe/meta.yaml
@@ -35,6 +35,7 @@ requirements:
35
run:
36
- python
37
- python-gil # [py>=314]
38
+ - {{ pin_compatible('mkl', min_pin="x.x", max_pin="x") }}
39
{% if use_numpy_base %}
40
- numpy-base
41
{% else %}
0 commit comments