From a2bec2728eb59e2a00e8b144915dcf9177ab6ad2 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 20 Dec 2023 10:36:55 -0800 Subject: [PATCH] Python: 3.8+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ángel Ferran Pousa --- recipes/wake-t/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/wake-t/meta.yaml b/recipes/wake-t/meta.yaml index 0bfb56c807b07..7a35c94993e85 100644 --- a/recipes/wake-t/meta.yaml +++ b/recipes/wake-t/meta.yaml @@ -16,14 +16,14 @@ build: requirements: host: - pip - - python >=3.6 + - python >=3.8 - setuptools run: - aptools - numba - numpy - openpmd-api - - python >=3.6 + - python >=3.8 - scipy - tqdm