Skip to content

Commit 2cc94a6

Browse files
committed
Update dpctl pinning
1 parent 0653dd7 commit 2cc94a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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", "2027.0a0") %}
22
{% set required_compiler_and_mkl_version = "2026.0" %}
3-
{% set required_dpctl_version = "0.22.0*" %}
3+
{% set required_dpctl_version = "0.22.0" %}
44

55
{% set pyproject = load_file_data('pyproject.toml') %}
66
{% set py_build_deps = pyproject.get('build-system', {}).get('requires', []) %}

0 commit comments

Comments
 (0)