From 9dc58f8c408c9f21cf4916d07782b2c2364f9593 Mon Sep 17 00:00:00 2001 From: stefan Date: Sun, 21 Jun 2026 21:27:13 +0900 Subject: [PATCH] dev deps --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b3b8b4..68ff24a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,8 +33,10 @@ build-backend = "hatchling.build" [dependency-groups] dev = [ "myst-parser>=4.0.1", - "pytest>=9.0.1", "sphinx>=8.1.3", "sphinx-rtd-theme>=3.0.2", + "pytest>=9.0.1", + "ipython>=9.14.1", + "jupyter>=1.1.1", ]