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 4ed654f commit 1047304Copy full SHA for 1047304
conda-recipe/meta.yaml
@@ -28,7 +28,7 @@ requirements:
28
- python
29
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
30
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }} # [py<=39]
31
- - dpcpp-cpp-rt >=2022.2 # [py>39]
+ - dpcpp-cpp-rt >=2023.0 # [py>39]
32
33
test:
34
requires:
0 commit comments