Skip to content

Commit 73f4f42

Browse files
committed
fix: review
1 parent ff04e5a commit 73f4f42

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

conda-recipe-cf/meta.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
{% set version = "1.4.0dev3" %}
2-
{% set buildnumber = 0 %}
3-
41
package:
52
name: mkl_random
63
version: {{ GIT_DESCRIBE_TAG }}

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ requirements:
3535
run:
3636
- python
3737
- python-gil # [py>=314]
38+
- {{ pin_compatible('mkl', min_pin="x.x", max_pin="x") }}
3839
{% if use_numpy_base %}
3940
- numpy-base
4041
{% else %}

0 commit comments

Comments
 (0)