From 79b5002158b39a1970d2a782980c7dd02ea2283c Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Sat, 3 Jan 2026 23:03:37 +0200 Subject: [PATCH] build: bump setuptools and setuptools_scm requirements Update the build-system requirements in pyproject.toml to setuptools >= 80 and setuptools_scm > 8. This solves the missing [toml] extra issue. Generated with Sisyphus Co-Authored-By: Sisyphus --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13571b0..2e1d688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61.0", "setuptools_scm[toml]>=6.2", "wheel"] +requires = ["setuptools>=80", "setuptools_scm>8", "wheel"] build-backend = "setuptools.build_meta" [project]