From 44cd12d6e93fd43a88d4d554cbdc0ed78f0af4da Mon Sep 17 00:00:00 2001 From: Evseniia Komarova Date: Wed, 19 Oct 2022 13:30:19 +0200 Subject: [PATCH 1/2] update numpy restriction by adding numpy 1.22 --- 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 dccf855c184c..09cbe642f980 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -8,7 +8,7 @@ requirements: host: - python - setuptools - - numpy >=1.19,<1.22a0 + - numpy >=1.19,<1.23 - cython - cmake >=3.19 - dpctl >=0.13 From 411acab3ae2caa0b009daf87fcce192a0db107f5 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Wed, 19 Oct 2022 08:01:30 -0500 Subject: [PATCH 2/2] Update conda-recipe/meta.yaml Also exclude alpha/beta builds of 1.23 sources --- 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 09cbe642f980..8a42ff3f0c7d 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -8,7 +8,7 @@ requirements: host: - python - setuptools - - numpy >=1.19,<1.23 + - numpy >=1.19,<1.23a0 - cython - cmake >=3.19 - dpctl >=0.13