Skip to content

Commit 213036a

Browse files
MKL 2019.3 or later is required for strict CNR mode
1 parent 1eba8cf commit 213036a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ requirements:
2020
host:
2121
- python
2222
- setuptools
23-
- mkl-devel
23+
- mkl-devel >=2019.3
2424
- cython
2525
run:
2626
- python
27-
- mkl
27+
- mkl >=2019.3
2828
- six
2929

3030
test:

0 commit comments

Comments
 (0)