From a5d83cfd1c1dc73057bf6c8f010e325cbceedfdb Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Tue, 2 Apr 2024 22:22:03 +0200 Subject: [PATCH] Removed numpy pinning from conda receipt --- 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 3d7ee42cbbd8..80375eb26f0c 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -14,7 +14,7 @@ requirements: host: - python - setuptools - - numpy <1.27a0 + - numpy - cython - cmake >=3.21 - ninja