From 27d7f3bcf563556aea3d06340f08a046955fce1b Mon Sep 17 00:00:00 2001 From: Evseniia Komarova Date: Tue, 7 Mar 2023 13:37:13 +0100 Subject: [PATCH] set numpy 1.21 --- 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 0c6e38f667db..05f431541918 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -8,7 +8,7 @@ requirements: host: - python - setuptools - - numpy 1.19 + - numpy 1.21 - cython - cmake >=3.19 - dpctl >=0.14