From 91ffa38e788a691464a6873d44537eece72ef76e Mon Sep 17 00:00:00 2001 From: Catherine Date: Tue, 22 Aug 2023 17:28:32 +0000 Subject: pyproject: depend on setuptools>=67.0, not ~=67.0. This causes downstream dependency resolution issues. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee3c4df..3aa0a13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ # Build system configuration [build-system] -requires = ["wheel", "setuptools~=67.0", "setuptools_scm[toml]>=6.2"] +requires = ["wheel", "setuptools>=67.0", "setuptools_scm[toml]>=6.2"] build-backend = "setuptools.build_meta" [tool.setuptools] -- cgit v1.2.3