From bc10b6e64283275ef271eb1ec3096b97ccbfa621 Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Sat, 12 Oct 2024 13:50:39 +0200 Subject: [PATCH] experiment w/ setuptools as runtime dep --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f85c0bf..eb8f37a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,6 +65,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ + "setuptools >=64, <74", # XXX: experimenting "cffi>=1.15", "numpy>=1.23", ]