From 2f9ed50c30327a49cbaa745161c84f0900b5ca38 Mon Sep 17 00:00:00 2001 From: Arjun Anandkumar Date: Fri, 10 Feb 2023 16:14:01 +0100 Subject: [PATCH] Use newer setuptools v67.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa112f7722113..722d50de5394f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ target-version = ['py37', 'py38', 'py39', 'py310'] # The problem is tracked (and this limitation might be removed if it is solved) in: # https://github.com/pypa/setuptools/issues/3548 [build-system] -requires = ['setuptools==63.4.3'] +requires = ['setuptools==67.2.0'] build-backend = "setuptools.build_meta" [tool.ruff]