Skip to content

Commit

Permalink
BLD: PyInstallerのバージョンを5.7.0未満に戻す (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabonerune authored Apr 15, 2023
1 parent 69c77cc commit 0033b7e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
29 changes: 14 additions & 15 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 @@ -56,7 +56,7 @@ semver = "^3.0.0"

[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@827a3fc5c7dda7bbe832c0c69da98e39cc8cb2c3 ; 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 0033b7e

Please sign in to comment.