From 776e14d73028548f783288c37468b520e459050e Mon Sep 17 00:00:00 2001 From: reneeotten Date: Fri, 16 Aug 2024 22:02:40 -0400 Subject: [PATCH] BLD: remove numexpr dependency (again) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9578466d..cacdb8a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,6 @@ doc = [ "matplotlib", "numdifftools", "pandas", - "numexpr", # note: Pandas appears to need numexpr to build our docs "Pillow", "pycairo;platform_system=='Windows'", "Sphinx",