Skip to content

Commit 0ed11bf

Browse files
Added mkl to install_requires
1 parent 737f641 commit 0ed11bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ def extensions():
130130
test_suite = "pytest",
131131
python_requires = '>=3.7',
132132
setup_requires=["Cython",],
133-
install_requires = ["numpy >=1.16"],
133+
install_requires = ["numpy >=1.16", "mkl"],
134134
keywords=["DFTI", "FFT", "Fourier", "MKL",],
135135
)

0 commit comments

Comments
 (0)