From b4489e5e15fac7af0502742f435b3f00cb8b5362 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 8 Dec 2025 21:14:09 +0100 Subject: [PATCH] fix hatch build --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6e8f7cdd5..bac56d3f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ [build-system] requires = [ "hatchling>=1.11", + "hatch-jupyter-builder>=0.5", "jupyterlab>=4.5.0rc0,<4.6", ] build-backend = "hatchling.build"