Skip to content

Commit

Permalink
Merge pull request #1301 from IntelPython/require-dpcpp-cpp-rt-2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk authored Jul 27, 2023
2 parents 92aa81d + 6cfb0f0 commit 47f4bc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
requirements:
build:
- {{ compiler('cxx') }}
- {{ compiler('dpcpp') }} >=2023.1 # [not osx]
- {{ compiler('dpcpp') }} >=2023.2 # [not osx]
- sysroot_linux-64 >=2.28 # [linux]
host:
- setuptools
Expand All @@ -28,8 +28,7 @@ requirements:
run:
- python
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }} # [py<=39]
- dpcpp-cpp-rt >=2023.1 # [py>39]
- dpcpp-cpp-rt >=2023.2
- level-zero # [linux]

test:
Expand Down

0 comments on commit 47f4bc9

Please sign in to comment.