Skip to content

Commit f8bdb69

Browse files
task: remove numpy-base toggle
1 parent 52ae701 commit f8bdb69

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
41
package:
52
name: mkl_fft
63
version: {{ GIT_DESCRIBE_TAG }}
@@ -14,11 +11,7 @@ build:
1411
- WHEELS_OUTPUT_FOLDER
1512
ignore_run_exports:
1613
- blas
17-
{% if use_numpy_base %}
18-
- numpy-base
19-
{% else %}
2014
- numpy
21-
{% endif %}
2215

2316
requirements:
2417
build:
@@ -31,21 +24,13 @@ requirements:
3124
- setuptools >=77
3225
- mkl-devel
3326
- cython
34-
{% if use_numpy_base %}
35-
- numpy-base
36-
{% else %}
3727
- numpy
38-
{% endif %}
3928
- wheel >=0.41.3
4029
run:
4130
- python
4231
- python-gil # [py>=314]
4332
- {{ pin_compatible('mkl') }}
44-
{% if use_numpy_base %}
45-
- numpy-base
46-
{% else %}
4733
- numpy >=1.26.4
48-
{% endif %}
4934

5035
test:
5136
commands:

0 commit comments

Comments
 (0)