From 2d4d3ab3dab4a73996d5a233149d960a3b52b213 Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Wed, 10 Jan 2024 10:10:21 -0500 Subject: [PATCH] remove unneeded dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8775f559c..52ab6ef0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ dev = [ "black[jupyter]", "coverage", "furo", - "jupyter-sphinx", "maturin", "mypy", "myst-parser",