Skip to content

Commit

Permalink
Publish again to the pyviz channel (#117)
Browse files Browse the repository at this point in the history
* copy conda-forge recipe

* bump python min pin
  • Loading branch information
maximlt authored Jan 15, 2024
1 parent f559573 commit e7ed260
Showing 1 changed file with 15 additions and 10 deletions.
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

0 comments on commit e7ed260

Please sign in to comment.