--- pyproject.toml.orig 1970-01-01 00:00:00 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ # Reference: https://packaging.python.org/en/latest/guides/writing-pyproject-toml [build-system] -requires = ["uv_build>=0.11.0,<0.12.0"] -build-backend = "uv_build" +requires = ["hatchling"] +build-backend = "hatchling.build" [project] name = "narwhals"