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: 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"]