We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d04a90 commit 2ab1e4aCopy full SHA for 2ab1e4a
2 files changed
conda-recipe-cf/meta.yaml
@@ -23,13 +23,15 @@ requirements:
23
- python-gil # [py>=314]
24
- pip
25
- mkl-devel
26
+ - llvm-openmp
27
- cython
28
- numpy
29
- wheel >=0.41.3
30
run:
31
- python
32
33
- {{ pin_compatible('mkl') }}
34
+ - {{ pin_compatible('llvm-openmp') }}
35
36
37
test:
conda-recipe/meta.yaml
@@ -33,6 +33,7 @@ requirements:
+ - intel-openmp
38
{% if use_numpy_base %}
39
- numpy-base
@@ -44,6 +45,7 @@ requirements:
44
45
46
47
48
+ - {{ pin_compatible('intel-openmp') }}
49
50
51
{% else %}
0 commit comments