Skip to content

Commit

Permalink
Unneeded jupyterlab dependency in build env + couple of fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Apr 23, 2024
1 parent b558cc5 commit 5fa2461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions python/ipyleaflet/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" },
]
Expand Down
6 changes: 1 addition & 5 deletions python/jupyter_leaflet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 5fa2461

Please sign in to comment.