From 5fa246159bb75fab66243e256e664e62d181948d Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 23 Apr 2024 17:00:49 +0200 Subject: [PATCH] Unneeded jupyterlab dependency in build env + couple of fixes --- python/ipyleaflet/pyproject.toml | 3 +-- python/jupyter_leaflet/README.md | 6 +----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/python/ipyleaflet/pyproject.toml b/python/ipyleaflet/pyproject.toml index 32511f1f3..bf1e6b45e 100644 --- a/python/ipyleaflet/pyproject.toml +++ b/python/ipyleaflet/pyproject.toml @@ -1,14 +1,13 @@ [build-system] requires = [ "hatchling", - "jupyterlab==4.*", ] build-backend = "hatchling.build" [project] name = "ipyleaflet" description = "A Jupyter widget for dynamic Leaflet maps" -readme = "../../README.md" +readme = "README.md" authors = [ { name = "Project Jupyter", email = "jupyter@googlegroups.com" }, ] diff --git a/python/jupyter_leaflet/README.md b/python/jupyter_leaflet/README.md index 3c4740974..d09bef8dd 100644 --- a/python/jupyter_leaflet/README.md +++ b/python/jupyter_leaflet/README.md @@ -7,10 +7,6 @@ The reference Python backend, `ipyleaflet` is available ## Package Install -**Prerequisites** - -- [node](https://nodejs.org/) - ```bash -npm install --save jupyter-leaflet +pip install jupyter-leaflet ```