Skip to content

Commit

Permalink
[BUG] keep looser conda-build constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Feb 22, 2024
1 parent a51647a commit 67fc59b
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 @@ -9,7 +9,7 @@ source:
sha256: fb01cbecadffd3a7d8b7c9a9d65e76a87579fa0a9957906306032ff93ce902ee

build:
number: 0
number: 1
noarch: python
script:
- {{ PYTHON }} -m pip install . --no-deps -vv
Expand All @@ -30,7 +30,7 @@ requirements:
- python >=3.6
- setuptools
- conda >=4.2
- conda-build >=24.1.0
- conda-build >=3.18.3
- conda-package-handling >=1.9.0
- jinja2
- requests
Expand Down

0 comments on commit 67fc59b

Please sign in to comment.