Skip to content

Commit 69131b4

Browse files
ndgrigorianantonwolfy
authored andcommitted
Merge pull request #202 from IntelPython/fix/drop-pypi-mkl-runtime-dep
Drop PyPI `mkl` runtime dep (fixes downstream `pip check`)
1 parent 64c0ca4 commit 69131b4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

conda-recipe-cf/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ requirements:
3838

3939
test:
4040
requires:
41+
- pip
4142
- pytest
4243
source_files:
4344
- mkl_umath/tests/test_basic.py
4445
commands:
46+
- pip check
4547
- pytest mkl_umath/tests/test_basic.py
4648
imports:
4749
- mkl_umath

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ classifiers = [
5757
"Operating System :: POSIX",
5858
"Operating System :: Unix"
5959
]
60-
dependencies = ["numpy >=1.26.4", "mkl"]
60+
dependencies = ["numpy >=1.26.4"]
6161
description = "Intel (R) MKL-based universal functions for NumPy arrays"
6262
dynamic = ["version"]
6363
keywords = ["mkl_umath"]

0 commit comments

Comments
 (0)