Skip to content

Commit

Permalink
Update to allow conda-build=24.5
Browse files Browse the repository at this point in the history
Tested boa CI tests with canary builds of conda-build>24.5 at
mamba-org/boa#397 .

Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed May 29, 2024
1 parent 0f9234a commit f7c3e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f7c3e89

Please sign in to comment.