From 9a68e559b928db3f350af332c86fb3a8bf7346b4 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Fri, 31 May 2024 14:26:36 -0400 Subject: [PATCH 1/2] pin `numpy>=2.0.0rc2` in `build-system.requires` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d47144575..ea8ab68dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ content-type = "text/plain" [build-system] requires = [ "setuptools>=68.0.0", - "numpy", + "numpy>=2.0.0rc2", "wheel", "setuptools_scm", ] From 03d552cd1ad810b8e85765c6c334d1b5bc0a3f67 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Mon, 15 Jul 2024 08:38:41 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc753f062..df7ded004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ content-type = "text/plain" [build-system] requires = [ "setuptools>=68.0.0", - "numpy>=2.0.0rc2", + "numpy>=2.0.0", "wheel", "setuptools_scm", ]