From ddf80fd70970914c6afd363462ce337a71f1fa6b Mon Sep 17 00:00:00 2001 From: Austin Orr Date: Fri, 3 May 2024 18:02:20 -0700 Subject: [PATCH] lint pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6fa50fc..6188ecfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ build-backend = "setuptools.build_meta" requires = [ "setuptools>=45", - "setuptools_scm[toml]>=6.2", "wheel", "oldest-supported-numpy" ]