From 33330cd2a5188f824ddf25de40be7c563771fbfc Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 4 Oct 2023 16:55:21 -0500 Subject: [PATCH] fix: scm --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f79376..aa7c273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=51.1.1", "wheel", "setuptools_scm[toml]>=5.0"] +requires = ["setuptools>=51.1.1", "wheel", "setuptools_scm[toml]>=5.0,<8"] [tool.mypy] exclude = "build/"