From 23d676f9b52202e7029d88dcddaad6bb37a445e2 Mon Sep 17 00:00:00 2001 From: sabonerune <102559104+sabonerune@users.noreply.github.com> Date: Tue, 29 Apr 2025 01:17:28 +0900 Subject: [PATCH] =?UTF-8?q?FIX:=20=E4=BE=9D=E5=AD=98=E3=83=91=E3=83=83?= =?UTF-8?q?=E3=82=B1=E3=83=BC=E3=82=B8=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E3=81=A8=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7edc5a07b..e005bd894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pyworld>=0.3.5", "pyyaml>=6.0.1", "semver>=3.0.0", - "setuptools>=78.1.0", + "setuptools>=78.1.0", # NOTE: pyworldがpkg_resourcesを使っている。 "soundfile>=0.13.1", "soxr>=0.5.0", "starlette>=0.45.3", @@ -29,7 +29,7 @@ default-groups = [] pyopenjtalk = { git = "https://github.com/VOICEVOX/pyopenjtalk", rev = "74703b034dd90a1f199f49bb70bf3b66b1728a86" } [dependency-groups] -build = ["pyinstaller>=5.13"] +build = ["pyinstaller<6"] # NOTE: PyInstaller6ではmacOSのエディタにバンドルすると動作しなくなる (c.f. #1022) dev = [ "coveralls>=4.0.1", "httpx>=0.28.1", # NOTE: required by fastapi.testclient.TestClient (fastapi-slim's unmanaged dependency) diff --git a/uv.lock b/uv.lock index 1cb80d4d2..633bf083f 100644 --- a/uv.lock +++ b/uv.lock @@ -1129,7 +1129,7 @@ requires-dist = [ ] [package.metadata.requires-dev] -build = [{ name = "pyinstaller", specifier = ">=5.13" }] +build = [{ name = "pyinstaller", specifier = "<6" }] dev = [ { name = "coveralls", specifier = ">=4.0.1" }, { name = "httpx", specifier = ">=0.28.1" },