From ac9437134a8d97d921defa30da4ee9cf0b26afc2 Mon Sep 17 00:00:00 2001 From: nstarman Date: Wed, 16 Oct 2024 17:24:45 -0400 Subject: [PATCH] build: bump setuptools Signed-off-by: nstarman --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c48946ab..66b001c0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ Repository = "https://github.com/pyro-ppl/numpyro" [build-system] -requires = ["setuptools>=42", "wheel"] +requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta"