From 5f5e2973ab6e73416af355755dd8127307ea884b Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:24:31 +0800 Subject: [PATCH] wip --- pyproject.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4329bbc..6b56ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,9 +22,14 @@ dependencies = [ "transformers>=4.48.3", ] +# [build-system] +# requires = ["hatchling"] +# build-backend = "hatchling.build" + [build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" +requires = ["setuptools>=61"] +build-backend = "setuptools.build_meta" + [tool.uv.sources] baukit = { git = "https://github.com/davidbau/baukit.git" }