Skip to content

Commit

Permalink
BLD: PyInstallerのバージョンを5.7.0未満に戻す (VOICEVOX#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabonerune authored and y-chan committed Aug 30, 2023
1 parent 97fa047 commit 059824f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
27 changes: 13 additions & 14 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pyopenjtalk = {git = "https://github.com/VOICEVOX/pyopenjtalk", rev = "acd4f02d2

[tool.poetry.group.dev.dependencies]
cython = "^0.29.24"
pyinstaller = "^5.6"
pyinstaller = "^5.6,<5.7.0" # NOTE: 5.7.0 or higher will fail to build the bootloader.
pre-commit = "^2.16.0"
atomicwrites = "^1.4.0"
colorama = "^0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ptyprocess==0.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pycparser==2.21 ; python_full_version >= "3.8.1" and python_version < "3.9"
pydantic==1.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyinstaller-hooks-contrib==2022.14 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyinstaller==5.9.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyinstaller==5.6.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@acd4f02d2af3129382c151590238b9370465e360 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyrsistent==0.19.3 ; python_full_version >= "3.8.1" and python_version < "3.9"
python-multipart==0.0.5 ; python_full_version >= "3.8.1" and python_version < "3.9"
Expand Down

0 comments on commit 059824f

Please sign in to comment.