Skip to content

Commit f172f04

Browse files
authored
Merge pull request #203 from IntelPython/backport-gh-202
Backport gh-202
2 parents 64c0ca4 + 69131b4 commit f172f04

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)