From f7c3e891621301540e547bd8a231fac22dd3dc36 Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Wed, 29 May 2024 18:30:06 +0200 Subject: [PATCH] Update to allow conda-build=24.5 Tested boa CI tests with canary builds of conda-build>24.5 at https://github.com/mamba-org/boa/pull/397 . Signed-off-by: Marcel Bargull --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index dddd061..52c8f61 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ source: build: script: {{ PYTHON }} -m pip install . --no-deps -vv - number: 2 + number: 3 noarch: python entry_points: - conda-mambabuild = boa.cli.mambabuild:main @@ -24,7 +24,7 @@ requirements: run: - python >=3.7 - conda >=23.3 - - conda-build >=3.25,<24.5 + - conda-build >=3.25,<24.7 - libmambapy >=1.5,<1.6 - ruamel.yaml >=0.15.0 - jinja2