diff --git a/README.md b/README.md index cbdd55b..eb5360c 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ 从 `master` 分支安装, 并安装适用于用户体验的可选依赖(推荐): ``` -pip install --upgrade 'heurams[all] @ git+https://git.pluv27.top/pluv/heurams.git@master' +pip install --upgrade 'heurams[basic] @ git+https://git.pluv27.top/pluv/heurams.git@master' ``` 安装适用于一般计算机的通用音频模块(基于 playsound3):\ diff --git a/pyproject.toml b/pyproject.toml index 4193394..1b19eaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,5 +73,5 @@ markers = [ ] [build-system] -requires = ["uv_build>=0.7.19"] -build-backend = "uv_build" +requires = ["hatchling"] +build-backend = "hatchling.build"