Skip to content

Commit d83ca7d

Browse files
authored
Merge branch 'master' into enable-array-api-advanced-indexing-tests
2 parents aedca16 + 0ab1d62 commit d83ca7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.20.0*" %}
44

55
package:
66
name: dpnp

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ def _get_cmdclass():
8484
},
8585
include_package_data=False,
8686
python_requires=">=3.9,<3.14",
87-
install_requires=["dpctl >= 0.19.0dev0", "numpy"],
87+
install_requires=["dpctl >= 0.20.0dev0", "numpy"],
8888
)

0 commit comments

Comments
 (0)