From 208f16e0d83cccba20aca5c7152f1a049ee62dfe Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Tue, 25 Mar 2025 14:13:46 -0700 Subject: [PATCH] Partially revert change in previous commit change to meta.yaml for conda-recipe-cf was experimental --- conda-recipe-cf/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index 07f2063..40cbc35 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -27,11 +27,11 @@ requirements: - cython - scikit-build - python - - mkl-devel >=2024.2,<2025.0 + - mkl-devel - numpy run: - python - - mkl >=2024.2,<2025.0 + - mkl - mkl-service - {{ pin_compatible('intel-cmplr-lib-rt') }}