Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish again to the pyviz channel #117

Merged
merged 2 commits into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,29 @@ build:
script: python setup.py install --single-version-externally-managed --record record.txt

requirements:
build:
- jupyter-packaging
- jupyterlab <4
- notebook
- python
- setuptools
host:
- python >=3.8
- param
- pip
- jupyter-packaging >=0.7.9,<0.8
- jupyterlab >=4.0,<5
- notebook
- hatchling
- hatch-nodejs-version
- hatch-jupyter-builder
run:
- python
- python >=3.8
- param
run_constrained:
- jupyterlab >=3.0.0,<4
- jupyterlab >=4.0,<5

test:
imports:
- pyviz_comms

about:
home: www.pyviz.org
home: https://www.holoviz.org
summary: Bidirectional communication for PyViz
license: BSD 3-Clause
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
Loading