From e7ed26085532186997707a5debc4ddd6a9be6685 Mon Sep 17 00:00:00 2001 From: Maxime Liquet <35924738+maximlt@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:56:45 +0100 Subject: [PATCH] Publish again to the `pyviz` channel (#117) * copy conda-forge recipe * bump python min pin --- conda.recipe/meta.yaml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index b450194..64767fb 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -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