From 90f2879990b49ccd26c15178ac75375a0f47dbe0 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Thu, 9 Feb 2023 09:38:18 +0100 Subject: [PATCH] Update minimum required versions of dependent components. --- conda-recipe/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 3e411e354a95..3f8db36ecc98 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -11,17 +11,17 @@ requirements: - numpy >=1.19,<1.25a0 - cython - cmake >=3.19 - - dpctl >=0.13 - - mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2021.1.1') }} + - dpctl >=0.14 + - mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2023.0.0') }} - onedpl-devel - tbb-devel - wheel build: - {{ compiler('cxx') }} - - {{ compiler('dpcpp') }} >=2022.1 # [not osx] + - {{ compiler('dpcpp') }} >=2023.0 # [not osx] run: - python - - dpctl >=0.13 + - dpctl >=0.14 - {{ 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') }}