Skip to content

Commit 895e766

Browse files
authored
Remove pinning on compiler for meta.yaml
1 parent 6b14325 commit 895e766

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
@@ -12,12 +12,12 @@ requirements:
1212
- cython
1313
- cmake >=3.19
1414
- dpctl >=0.13
15-
- mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2021.1.1') }}
15+
- mkl-devel-dpcpp
1616
- tbb-devel
1717
- wheel
1818
build:
1919
- {{ compiler('cxx') }}
20-
- {{ compiler('dpcpp') }} >=2022.1 # [not osx]
20+
- {{ compiler('dpcpp') }}
2121
run:
2222
- python
2323
- dpctl >=0.13

0 commit comments

Comments
 (0)