From 489c8365244f2df8b2fa67b167db05ee708dd518 Mon Sep 17 00:00:00 2001 From: Michael Scott Asato Cuthbert Date: Sun, 8 Feb 2026 15:14:56 -1000 Subject: [PATCH] Add IPython as explicit Dev requirement It's part of Jupyter but we use it separately as well. (Left over from some debugging uv that didn't need to be updated) --- pyproject.toml | 1 + requirements_dev.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4cbbb4f0e..a79b83710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,7 @@ dev = [ 'docutils', 'hatch', 'hatchling', + 'ipython', 'jupyter', 'mypy>=1.16.0', 'nbconvert', diff --git a/requirements_dev.txt b/requirements_dev.txt index f6e762f3b..e966214fe 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,6 +4,7 @@ coveralls docutils hatch hatchling +ipython jupyter mypy>=1.16.0 nbconvert