Skip to content

Commit eb27261

Browse files
authored
Merge pull request #322 from IntelPython/fix/drop-pypi-mkl-runtime-dep
Drop PyPI `mkl` runtime dep (fixes downstream `pip check`)
2 parents 85ce503 + 6c198da commit eb27261

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
@@ -31,8 +31,10 @@ requirements:
3131

3232
test:
3333
commands:
34+
- pip check
3435
- pytest -v --pyargs mkl_fft
3536
requires:
37+
- pip
3638
- pytest
3739
- scipy >=1.10
3840
- mkl-service

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ classifiers = [
5050
"Operating System :: POSIX",
5151
"Operating System :: Unix"
5252
]
53-
dependencies = ["numpy>=1.26.4", "mkl"]
53+
dependencies = ["numpy>=1.26.4"]
5454
description = "MKL-based FFT transforms for NumPy arrays"
5555
dynamic = ["version"]
5656
keywords = ["DFTI", "FFT", "Fourier", "MKL"]

0 commit comments

Comments
 (0)