We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a62dc commit 5d5df09Copy full SHA for 5d5df09
conda-recipe/meta.yaml
@@ -26,7 +26,7 @@ requirements:
26
run:
27
- python
28
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
29
- - dpcpp-cpp-rt >=2022.1
+ - {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
30
31
test:
32
requires:
0 commit comments