From f47400c4fe06992428b1b6029ab6075e03701dca Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:36:03 +0530 Subject: [PATCH] Pin NumPy <2 to allow the tests to pass See #618 where this will be rebased to --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 511c15e7..8745ed35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ keywords = [ "SciPy", ] dependencies = [ - "numpy>=1.12", + "numpy<2", ] # dynamic = ["version"]