From c813e30cd87634dd6be826df1fc843e7d2bcb508 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 11 May 2026 12:13:02 -0700 Subject: [PATCH 1/2] partially revert gh-177 as mkl wheels are not distributed with .dist-info, using mkl as runtime dependency breaks pip check --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f2a1b4..d238ba9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ classifiers = [ "Operating System :: POSIX", "Operating System :: Unix" ] -dependencies = ["mkl"] +dependencies = [] description = "Python hooks for IntelĀ® oneAPI Math Kernel Library (oneMKL) runtime control settings" dynamic = ["version"] keywords = ["MKL"] From efc9e91bba45e164a1f7d3d49e8e24810e7f4e30 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 11 May 2026 12:18:11 -0700 Subject: [PATCH 2/2] add pip check to conda-recipe-cf --- conda-recipe-cf/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index d1f237d..f8c60cb 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -35,10 +35,12 @@ requirements: test: requires: + - pip - pytest imports: - mkl commands: + - pip check - pytest -vv --pyargs mkl about: