Skip to content

Commit cdf1dbb

Browse files
Not use DPC++ 2023.2.0 for build
1 parent 4d27b4c commit cdf1dbb

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
@@ -21,7 +21,7 @@ requirements:
2121
- scikit-build
2222
build:
2323
- {{ compiler('cxx') }}
24-
- {{ compiler('dpcpp') }} >=2023.0 # [not osx]
24+
- {{ compiler('dpcpp') }} >=2023.0,!=2023.2.0 # [not osx]
2525
run:
2626
- python
2727
- dpctl >=0.14.2

0 commit comments

Comments
 (0)