Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(ちょっとこのプルリクエストには関係ないですが)

#1022 のワークアラウンドっていつか解決しないといけない感じなんでしたっけ!
だとすると issue 化しておくと良さそうなんですが、もしかしたらissueになってない感じだったりしますかね・・・?

ちょっともしよかったら(いつもお願いしてしまって申し訳ないのですが) @sabonerune さん側で知ってる情報と現状出ている方針の案をまとめてissue化していただきでもよろしいでしょうか 🙇 🙇 🙇

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v5がサポートしているのはPython3.12までなので3.13以降に更新できないくらいでしょうか?

いつか更新しなければならないけれど急ぐ理由も特にないくらいでしょうか?

@Hiroshiba Hiroshiba Apr 29, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

たしかに急ぐ理由はないかもです・・・!
いつか直さないといけない気がするので、覚えているうちにissueにしておいて、時間に余裕があれば解決を試みるのもありかなーという温度感です!

まあでもpython3.12まで使えるなら結構後回しにしても良いかもですね。
とはいえ解決のために動き始めるのも悪くなさそう・・・かも・・・!

とりあえず覚えているうちにissueを建てて置いて、あとからサッと追えるようにしておきたいな~という気持ちです!

Comment thread
tarepan marked this conversation as resolved.
dev = [
"coveralls>=4.0.1",
"httpx>=0.28.1", # NOTE: required by fastapi.testclient.TestClient (fastapi-slim's unmanaged dependency)
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.