From 89843c128112cfa21103ccb3d54850efb18dabef Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Sat, 26 Aug 2023 00:26:39 -0700 Subject: [PATCH] Relax versioningit build dependency --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8bc9cc..db00fb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,7 @@ [build-system] requires = [ "setuptools >= 61.2", - "wheel >= 0.29.0", - "versioningit ~= 2.0.1", + "versioningit >= 2.0.1", ] build-backend = 'setuptools.build_meta'