Skip to content

Commit

Permalink
Rebuild simpleaf (#52981)
Browse files Browse the repository at this point in the history
* don't require salmon on osx_arm64 only

* bump build number

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml
  • Loading branch information
rob-p authored Dec 25, 2024
1 parent 8e9eabe commit 6084a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/simpleaf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
version: {{ version }}

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage("simpleaf", max_pin="x.x") }}

Expand All @@ -23,7 +23,7 @@ requirements:
host:
run:
- alevin-fry >=0.11.0
- salmon >=1.10.1 # [not osx]
- salmon >=1.10.1 # [not (osx and arm64)]
- piscem >=0.11.0

test:
Expand Down

0 comments on commit 6084a90

Please sign in to comment.