From 13c7757b655203bf81980625916741044c89307c Mon Sep 17 00:00:00 2001 From: "Garth N. Wells" Date: Thu, 25 Apr 2024 10:28:14 +0100 Subject: [PATCH] Remove unecessary pip pinning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c2fb0fe6..aa740362b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=62", "wheel", "pip>=22.3"] +requires = ["setuptools>=62", "wheel"] build-backend = "setuptools.build_meta" [project]