Skip to content

Commit e744116

Browse files
authored
chore: 依存パッケージコメント追加と修正 (#1664)
1 parent efdad36 commit e744116

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"pyworld>=0.3.5",
1616
"pyyaml>=6.0.1",
1717
"semver>=3.0.0",
18-
"setuptools>=78.1.0",
18+
"setuptools>=78.1.0", # NOTE: pyworldがpkg_resourcesを使っている。
1919
"soundfile>=0.13.1",
2020
"soxr>=0.5.0",
2121
"starlette>=0.45.3",
@@ -29,7 +29,7 @@ default-groups = []
2929
pyopenjtalk = { git = "https://github.com/VOICEVOX/pyopenjtalk", rev = "74703b034dd90a1f199f49bb70bf3b66b1728a86" }
3030

3131
[dependency-groups]
32-
build = ["pyinstaller>=5.13"]
32+
build = ["pyinstaller<6"] # NOTE: PyInstaller6ではmacOSのエディタにバンドルすると動作しなくなる (c.f. #1022)
3333
dev = [
3434
"coveralls>=4.0.1",
3535
"httpx>=0.28.1", # NOTE: required by fastapi.testclient.TestClient (fastapi-slim's unmanaged dependency)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)