We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58eff34 commit 94e0f93Copy full SHA for 94e0f93
1 file changed
conda-recipe/meta.yaml
@@ -1,6 +1,3 @@
1
-# Intel numpy-base is still needed for internal wheels CI, so we control its use with this optional toggle
2
-{% set use_numpy_base = environ.get('USE_NUMPY_BASE', 'true').lower() == 'true' %}
3
-
4
package:
5
name: mkl_random
6
version: {{ GIT_DESCRIBE_TAG }}
@@ -26,22 +23,14 @@ requirements:
26
23
- setuptools >=77
27
24
- mkl-devel
28
25
- cython
29
- {% if use_numpy_base %}
30
- - numpy-base
31
- {% else %}
32
- numpy
33
- {% endif %}
34
- pip
35
- wheel >=0.41.3
36
run:
37
- python
38
- python-gil # [py>=314]
39
- {{ pin_compatible('mkl', min_pin="x.x", max_pin="x") }}
40
41
42
43
- numpy >=1.26.4
44
45
46
test:
47
commands:
0 commit comments