From 540719ccacb2e077abf2cc42ca437e1cac2b7a52 Mon Sep 17 00:00:00 2001 From: Andrew Hearin Date: Sun, 8 Sep 2024 07:18:42 -0500 Subject: [PATCH] Add numpy back to pyproject.toml build-system requires --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e6db8a9e4..5772eddeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ requires = ["setuptools>=42.0.0", "setuptools_scm", "wheel", + "numpy", "cython==3.0.2", "extension-helpers==1.*"]