--- pyproject.toml.orig +++ pyproject.toml @@ -1,9 +1,9 @@ [build-system] requires = [ - "hatchling==1.26.3", - "hatch-vcs==0.4.0", - "hatch-fancy-pypi-readme==24.1.0", + "hatchling>=1.26.3", + "hatch-vcs>=0.4.0", + "hatch-fancy-pypi-readme>=24.1.0", ] build-backend = "hatchling.build"