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", ]