Skip to content

Commit 77317c0

Browse files
authored
Merge pull request #53 from IntelPython/revert-conda-recipe-pinning
Revert pinning of `mkl` and `mkl-devel` in `conda-recipe-cf`
2 parents eede35d + 208f16e commit 77317c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe-cf/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ requirements:
2727
- cython
2828
- scikit-build
2929
- python
30-
- mkl-devel >=2024.2,<2025.0
30+
- mkl-devel
3131
- numpy
3232
run:
3333
- python
34-
- mkl >=2024.2,<2025.0
34+
- mkl
3535
- mkl-service
3636
- {{ pin_compatible('intel-cmplr-lib-rt') }}
3737

0 commit comments

Comments
 (0)