Skip to content

Commit

Permalink
Merge pull request #74 from rohan-shah-nearmap/main
Browse files Browse the repository at this point in the history
Remove caps for mamba & conda-build
  • Loading branch information
wolfv authored Sep 6, 2023
2 parents 0dfeb48 + 3d69721 commit deda12e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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: 0
number: 1
noarch: python
entry_points:
- conda-mambabuild = boa.cli.mambabuild:main
Expand All @@ -23,8 +23,8 @@ requirements:
- pip
run:
- python >=3.6
- conda-build >=3.24,<3.26
- mamba >=1.0,<=1.4.2
- conda-build >=3.24
- mamba >=1.5.0
- ruamel.yaml
- jinja2
- rich
Expand Down

0 comments on commit deda12e

Please sign in to comment.