Skip to content

Commit 7450558

Browse files
Merge pull request #1752 from IntelPython/relax-compiler-pinning
Relax hard pinning for build time compiler
2 parents 5164f99 + cd3e530 commit 7450558

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
# TODO: keep in sync with /pyproject.toml
2121
build:
2222
- {{ compiler('cxx') }}
23-
- {{ compiler('dpcpp') }} {{ required_compiler_version }}
23+
- {{ compiler('dpcpp') }} >={{ required_compiler_version }}
2424
- sysroot_linux-64 >=2.28 # [linux]
2525
host:
2626
- python

0 commit comments

Comments
 (0)