Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 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: 3
number: 4
noarch: python
entry_points:
- conda-mambabuild = boa.cli.mambabuild:main
Expand All @@ -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
Expand Down