diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 52c8f61..cae6df6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ source: build: script: {{ PYTHON }} -m pip install . --no-deps -vv - number: 3 + number: 4 noarch: python entry_points: - conda-mambabuild = boa.cli.mambabuild:main @@ -20,11 +20,12 @@ build: requirements: host: - python >=3.7 + - setuptools - pip run: - python >=3.7 - conda >=23.3 - - conda-build >=3.25,<24.7 + - conda-build >=3.25,<24.10 - libmambapy >=1.5,<1.6 - ruamel.yaml >=0.15.0 - jinja2