Skip to content

Commit 5a3f438

Browse files
authored
Set dpnp dependency on dpctl>=0.14.3 (#1437)
1 parent 2783830 commit 5a3f438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requirements:
1313
- cmake >=3.21
1414
- ninja
1515
- git
16-
- dpctl >=0.14.2
16+
- dpctl >=0.14.3
1717
- mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2023.1.0') }}
1818
- onedpl-devel
1919
- tbb-devel
@@ -25,7 +25,7 @@ requirements:
2525
- sysroot_linux-64 >=2.28 # [linux]
2626
run:
2727
- python
28-
- dpctl >=0.14.2
28+
- dpctl >=0.14.3
2929
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
3030
- {{ pin_compatible('mkl-dpcpp', min_pin='x.x', max_pin='x') }}
3131
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}

0 commit comments

Comments
 (0)