From b04defb67a3c50e34b9c20064756ce0f899a82f9 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Tue, 10 Dec 2024 12:00:56 +0100 Subject: [PATCH] mpl and ipython necessary to build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4d8acb..da01686 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools"] +requires = ["setuptools", "matplotlib", "ipython"] [project] name = "matplotlib-inline"