From d98427dcaf8e74a00120c799aabdb55c286c887e Mon Sep 17 00:00:00 2001 From: David Brochart Date: Thu, 9 Jan 2025 09:22:43 +0100 Subject: [PATCH] Update dev install --- CONTRIBUTING.md | 2 -- requirements-build.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f6851f6..b02e6148 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,8 +13,6 @@ The `jlpm` command is JupyterLab's pinned version of git clone https://github.com/geojupyter/jupytergis.git # Change directory to the jupytergis directory cd jupytergis -# Install JupyterLab for jlpm -pip install jupyterlab # Install package in development mode python scripts/dev-install.py ``` diff --git a/requirements-build.txt b/requirements-build.txt index 90c1cfbd..48a1c130 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -4,6 +4,6 @@ hatchling>=1.5.0,<2 jupyterlab>=4,<5 mercantile>=1.2 pillow>=10 -pydantic==2.4.2 +pydantic>=2.4.2,<3 ruff>=0.6 xyzservices>=2024.6.0