Skip to content

Commit

Permalink
Merge pull request #18 from trungleduc/bump-empack
Browse files Browse the repository at this point in the history
Bump empack
  • Loading branch information
martinRenou authored Oct 24, 2024
2 parents ab65b3d + 8fa1a78 commit 1d2e1f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
number: 1

requirements:
host:
- python >=3.8
- pip
- jupyterlab >=3,<4
- empack >=3.1,<4
- empack >=3.1,<6
- hatchling
- hatch-jupyter-builder
- hatch-nodejs-version
run:
- python >=3.8
- empack >=4.0.2,<5
- empack >=4.0.2,<6
- traitlets
- jupyterlite-core >=0.1,<0.5
- pyyaml
Expand All @@ -52,3 +52,4 @@ about:
extra:
recipe-maintainers:
- martinRenou
- trungleduc

1 comment on commit 1d2e1f6

@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.

  • @trungleduc was added to this feedstock maintenance team.

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.