Skip to content

Commit 5d20d66

Browse files
committed
relax mkl-devel version condition for pyhton-3.10
1 parent 3df8cc4 commit 5d20d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requirements:
2020
- python
2121
- setuptools >=77
2222
- mkl-devel
23-
- mkl-devel 2024.2.* # [py==39 or py==310]
23+
- mkl-devel 2024.2.* # [py==39]
2424
- cython
2525
- numpy-base
2626
run:

0 commit comments

Comments
 (0)