From bb116317f2168190e2622f19ee6d4c374daaa20c Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Thu, 27 Apr 2023 15:25:17 +0200 Subject: [PATCH] Update meta.yaml --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index a913d1642f..919c366f90 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -13,7 +13,7 @@ build: requirements: build: - {{ compiler('cxx') }} - - {{ compiler('dpcpp') }} >=2023.0 # [not osx] + - {{ compiler('dpcpp') }} =2023.1 # [not osx] host: - setuptools - cmake >=3.21