Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Intel numpy-base is still needed for internal wheels CI, so we control its use with this optional toggle
{% set use_numpy_base = environ.get('USE_NUMPY_BASE', 'true').lower() == 'true' %}

package:
name: mkl_fft
version: {{ GIT_DESCRIBE_TAG }}
Expand All @@ -14,11 +11,7 @@ build:
- WHEELS_OUTPUT_FOLDER
ignore_run_exports:
- blas
{% if use_numpy_base %}
- numpy-base
{% else %}
- numpy
{% endif %}

requirements:
build:
Expand All @@ -31,21 +24,13 @@ requirements:
- setuptools >=77
- mkl-devel
- cython
{% if use_numpy_base %}
- numpy-base
{% else %}
- numpy
{% endif %}
- wheel >=0.41.3
run:
- python
- python-gil # [py>=314]
- {{ pin_compatible('mkl') }}
{% if use_numpy_base %}
- numpy-base
{% else %}
- numpy >=1.26.4
{% endif %}

test:
commands:
Expand Down
Loading