From aa62f855c7f1da5a5d1d0baa65f603f8d877949f Mon Sep 17 00:00:00 2001 From: Gavin Aguiar Date: Thu, 19 Dec 2024 13:13:51 -0600 Subject: [PATCH] Fix: Enable editable installs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7f41970..ab011694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ test-deferred-bindings = [ ] [build-system] -requires = ["setuptools>=42", "wheel"] +requires = ["setuptools>=62", "wheel"] build-backend = "setuptools.build_meta"