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'