From e217725212da05544c7917d0ca5d691b02c54c9f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 12 Aug 2026 12:48:22 +0100 Subject: [PATCH] Update build dependencies Update the setuptools dependency to 70.1.0 (released 2024). This version integrates the wheel building support, so the wheel dependency is no longer needed. Closes #1247. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b23b7a64..575f1dd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,6 @@ [build-system] requires = [ - "setuptools>=42.0.0", - "wheel", + "setuptools>=70.1.0", "setuptools-rust>=1.7.0", ] # Point to the setuptools' PEP517 build backend explicitly to