From 4958e7ddd339cf54a42354bed0b597abf7287697 Mon Sep 17 00:00:00 2001 From: Thomas Chamberlin Date: Tue, 21 Nov 2023 12:14:49 -0500 Subject: [PATCH] Make ipython a core dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac6db94f..efc94129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,13 +30,13 @@ dependencies = [ "scipy", "specutils", "sphinx", - "myst-parser" + "myst-parser", + "ipython" ] [project.optional-dependencies] dev = [ "ipdb", - "ipython", "pytest", "pytest-cov", "wget",