Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
Reverting back old style of restricting the lower bound of the DPC++ runtime
  • Loading branch information
oleksandr-pavlyk authored May 23, 2022
1 parent 5fb1164 commit 65f675e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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') }}
- dpcpp-cpp-rt >=2022.1

test:
requires:
Expand Down

0 comments on commit 65f675e

Please sign in to comment.