Skip to content

Commit

Permalink
Merge pull request #4 from jhamman/jhamman-patch-1
Browse files Browse the repository at this point in the history
remove eccodes from run-constrained
  • Loading branch information
jhamman committed Nov 11, 2023
2 parents 5fb735a + fbce30b commit 172be90
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 @@ -12,7 +12,7 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
number: 1
entry_points:
- arraylake = arraylake.cli.main:app
- al = arraylake.cli.main:app
Expand Down Expand Up @@ -48,7 +48,7 @@ requirements:
- typing-extensions
run_constrained:
- cffgrib >=0.9.10.4,<1
- eccodes >=1.6.1,<2
# - eccodes >=1.6.1,<2
- fsspec >=2022.11.0
- h5py >=3.7.0,<4.0.0
- ipytree >=0.2.2,<1.0
Expand Down

1 comment on commit 172be90

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.