From 51a94bee1c719f51e3e50fcd644224ec48fbf174 Mon Sep 17 00:00:00 2001 From: harryswift01 Date: Wed, 19 Aug 2026 10:04:56 +0100 Subject: [PATCH] fix(release): align flit dependencies within `meta.yaml` to v4 --- 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 148afe3e..3e66b776 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -20,7 +20,7 @@ requirements: host: - python >=3.12 - pip - - flit-core >=3.4,<4 + - flit-core >=4,<5 run: - python >=3.12 - numpy >=2.3,<3.0