We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da618ee commit a63ce01Copy full SHA for a63ce01
conda-recipe/meta.yaml
@@ -30,14 +30,14 @@ requirements:
30
31
test:
32
commands:
33
- - pytest -v --args mkl_fft
+ - pytest -v --pyargs mkl_fft
34
requires:
35
- pytest
36
imports:
37
- mkl_fft
38
- - mkl_fft.interface
39
- - mkl_fft.interface.numpy_fft
40
- - mkl_fft.interface.scipy_fft
+ - mkl_fft.interfaces
+ - mkl_fft.interfaces.numpy_fft
+ - mkl_fft.interfaces.scipy_fft
41
42
about:
43
home: http://github.com/IntelPython/mkl_fft
0 commit comments