Skip to content

Commit 25867ee

Browse files
authored
Merge pull request #323 from IntelPython/backport-gh-322
Backport gh 322
2 parents 61f2195 + 850d793 commit 25867ee

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)