We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e473d84 commit a2743d0Copy full SHA for a2743d0
environment-dev.yml
@@ -8,7 +8,7 @@ dependencies:
8
- python>=3.6.4
9
- pip
10
- mkl
11
- - mkl-fft
+ - mkl_fft
12
- mkl-service
13
- numpy>=1.21.0
14
- scipy>=1.4.0
setup.py
@@ -36,6 +36,9 @@ def src(pth):
36
extras_require={
37
"advanced": [
38
"llvmlite",
39
+ "mkl",
40
+ "mkl_fft",
41
+ "mkl-service"
42
"numba",
43
"pyfftw",
44
"PyWavelets",
0 commit comments