Skip to content

Commit 9271917

Browse files
authored
Pin dpctl version for 2025.1 release (#2342)
The PR proposes to pin to `dpctl=0.19.0` version in scope of `2025.1` release preparation.
1 parent 90740ae commit 9271917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set max_compiler_and_mkl_version = environ.get("MAX_BUILD_CMPL_MKL_VERSION", "2026.0a0") %}
22
{% set required_compiler_and_mkl_version = "2025.0" %}
3-
{% set required_dpctl_version = "0.19.0*" %}
3+
{% set required_dpctl_version = "0.19.0" %}
44

55
package:
66
name: dpnp

0 commit comments

Comments
 (0)