Skip to content

Commit

Permalink
Pin dpctl to the released version (#1556)
Browse files Browse the repository at this point in the history
* Pinned dpctl 0.15.0 to the released version

---------

Co-authored-by: Vladislav Perevezentsev <[email protected]>
  • Loading branch information
antonwolfy and vlad-perevezentsev authored Sep 27, 2023
1 parent 194db3f commit 522dcc9
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.5
- dpctl >=0.15.0
- mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2023.2.0') }}
- onedpl-devel
- tbb-devel
Expand All @@ -25,7 +25,7 @@ requirements:
- sysroot_linux-64 >=2.28 # [linux]
run:
- python
- dpctl >=0.14.5
- dpctl >=0.15.0
- {{ 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 522dcc9

Please sign in to comment.