diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f44034..a3ddf17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed +* Removed `numpy-base` dependency and `USE_NUMPY_BASE` environment variable from conda recipe [gh-200](https://github.com/IntelPython/mkl_umath/pull/200) ### Fixed diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 4ee562a..9636e86 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -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_umath version: {{ GIT_DESCRIBE_TAG }} @@ -31,22 +28,14 @@ requirements: - python - python-gil # [py>=314] - mkl-devel - {% if use_numpy_base %} - - numpy-base - {% else %} - numpy - {% endif %} - wheel >=0.41.3 run: - python - python-gil # [py>=314] - {{ pin_compatible('mkl') }} - {{ pin_compatible('intel-cmplr-lib-rt') }} - {% if use_numpy_base %} - - numpy-base - {% else %} - numpy >=1.26.4 - {% endif %} test: requires: