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.
2 parents 180a698 + 5f4f0b0 commit 67e933dCopy full SHA for 67e933d
conda-recipe/meta.yaml
@@ -21,8 +21,8 @@ requirements:
21
run:
22
- python
23
- dpctl >=0.10
24
- - {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x.x') }}
25
- - {{ pin_compatible('mkl-dpcpp', min_pin='x.x', max_pin='x.x') }}
+ - {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
+ - {{ pin_compatible('mkl-dpcpp', min_pin='x.x', max_pin='x') }}
26
- numpy >=1.15
27
28
build:
0 commit comments