From f344e1b5ace265bb4f55f4507ff48221684edd4e Mon Sep 17 00:00:00 2001 From: xaleryb Date: Mon, 11 May 2026 20:08:18 +0000 Subject: [PATCH 1/2] Drop PyPI `mkl` runtime dep (fixes downstream `pip check`) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 145723cc..0476dba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ classifiers = [ "Operating System :: POSIX", "Operating System :: Unix" ] -dependencies = ["numpy >=1.26.4", "mkl"] +dependencies = ["numpy >=1.26.4"] description = "NumPy-based Python interface to Intel (R) MKL Random Number Generation functionality" dynamic = ["version"] keywords = [ From fb5d56dffe4bbdcb93c8131e07268269bcc81c1d Mon Sep 17 00:00:00 2001 From: xaleryb Date: Mon, 11 May 2026 20:12:11 +0000 Subject: [PATCH 2/2] Add pip check to conda-recipe-cf test suite --- 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 ba582674..4effa580 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -34,8 +34,10 @@ requirements: test: commands: + - pip check - pytest --pyargs mkl_random requires: + - pip - pytest imports: - mkl_random