Skip to content

Commit a2743d0

Browse files
committed
Updated environment-dev.yml and setup.py
1 parent e473d84 commit a2743d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

environment-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- python>=3.6.4
99
- pip
1010
- mkl
11-
- mkl-fft
11+
- mkl_fft
1212
- mkl-service
1313
- numpy>=1.21.0
1414
- scipy>=1.4.0

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ def src(pth):
3636
extras_require={
3737
"advanced": [
3838
"llvmlite",
39+
"mkl",
40+
"mkl_fft",
41+
"mkl-service"
3942
"numba",
4043
"pyfftw",
4144
"PyWavelets",

0 commit comments

Comments
 (0)