From 568ed88a7e3a412e7b6e121914028037da8ab476 Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Thu, 18 Jul 2024 10:58:23 +0100 Subject: [PATCH] Add Numpy 1.22 dependency without upper limit - Hopefully this will lead to builds against 1.22 _and_ 2.0 --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5836857..e28fb4c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -37,6 +37,7 @@ requirements: - python run: - importlib_resources >=1.3.0 + - numpy >=1.22 - packaging - pint >=0.19 - python