From bc98ba305bcfd206416a0f33e27009d513008733 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Sat, 21 Oct 2023 21:53:34 -0400 Subject: [PATCH] increase minimal required versions in meta.yaml - bump Python >= 3.9 (NEP29) - bump numpy from 1.19 to 1.21 (NEP29) --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 16a48bd..899e68e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -16,11 +16,11 @@ build: requirements: host: - - python >=3.8 + - python >=3.9 - pip run: - - python >=3.8 - - numpy >=1.19 + - python >=3.9 + - numpy >=1.21 - scipy - mrcfile