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 5d5df09 commit c8d9aeeCopy full SHA for c8d9aee
conda-recipe/meta.yaml
@@ -26,7 +26,8 @@ requirements:
26
run:
27
- python
28
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
29
- - {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
+ - {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }} # [py<=39]
30
+ - dpcpp-cpp-rt >=2022.2 # [py>39]
31
32
test:
33
requires:
0 commit comments