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"