From 259fcf325dd3e12b956200cf37ee6b859882eca8 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:29:20 -0500 Subject: [PATCH] remove unused dep --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0127e71..f21e015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,6 @@ [build-system] requires = [ "hatchling>=1.3.1", - "hatch-jupyter-builder", ] build-backend = "hatchling.build"