Skip to content

Commit

Permalink
Set dpnp dependency on dpctl>=0.14.3 (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Jun 15, 2023
1 parent 7590bd7 commit 9c54f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requirements:
- cmake >=3.21
- ninja
- git
- dpctl >=0.14.2
- dpctl >=0.14.3
- mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2023.1.0') }}
- onedpl-devel
- tbb-devel
Expand All @@ -25,7 +25,7 @@ requirements:
- sysroot_linux-64 >=2.28 # [linux]
run:
- python
- dpctl >=0.14.2
- dpctl >=0.14.3
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
- {{ pin_compatible('mkl-dpcpp', min_pin='x.x', max_pin='x') }}
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
Expand Down

0 comments on commit 9c54f77

Please sign in to comment.