Skip to content

Commit 29d5bf2

Browse files
author
Elena Totmenina
authored
Fix dpctl to 0.10.0 (#590)
1 parent bfd1e7d commit 29d5bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ requirements:
1919
- setuptools
2020
- cython
2121
- numba 0.54*
22-
- dpctl >=0.10*
22+
- dpctl 0.10*
2323
- dpnp >=0.8* # [linux]
2424
- wheel
2525
run:
2626
- python
2727
- numba 0.54*
28-
- dpctl >=0.10*
28+
- dpctl 0.10*
2929
- spirv-tools
3030
- llvm-spirv 11.*
3131
- dpnp >=0.8* # [linux]

0 commit comments

Comments
 (0)