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 4d995f6 commit 89f4120Copy full SHA for 89f4120
conda-recipe/meta.yaml
@@ -13,7 +13,7 @@ requirements:
13
- cmake >=3.21
14
- ninja
15
- git
16
- - dpctl >=0.14.3
+ - dpctl >=0.14.5
17
- mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2023.1.0') }}
18
- onedpl-devel
19
- tbb-devel
@@ -25,7 +25,7 @@ requirements:
25
- sysroot_linux-64 >=2.28 # [linux]
26
run:
27
- python
28
29
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
30
- {{ pin_compatible('mkl-dpcpp', min_pin='x.x', max_pin='x') }}
31
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
0 commit comments