Skip to content

Commit

Permalink
build: Bump numpy, pyworld, and scipy to the latest for macOS Big Sur+
Browse files Browse the repository at this point in the history
We can not build numpy because of issue [^1] on macOS Big Sur or later.
To resolve this, we need to bump three packages: numpy, pyworld, and scipy.
All these packages depends on numpy, and the current required version of the
packages require older version of numpy.

[^1]: pypa/wheel#385

Signed-off-by: Naoki Ikeguchi <me@s6n.jp>
  • Loading branch information
siketyan committed Mar 31, 2023
1 parent 3478a28 commit 4b99558
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ markupsafe==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
more-itertools==9.0.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
msgpack==1.0.4 ; python_full_version >= "3.8.1" and python_version < "3.9"
nodeenv==1.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
numpy==1.20.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
numpy==1.24.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
packaging==22.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pefile==2022.5.30 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "win32"
pexpect==4.8.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
Expand All @@ -58,12 +58,12 @@ pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d860510
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"
pywin32-ctypes==0.2.0 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "win32"
pyworld==0.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyworld==0.3.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyyaml==6.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
rapidfuzz==2.13.7 ; python_full_version >= "3.8.1" and python_version < "3.9"
requests-toolbelt==0.10.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
requests==2.28.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
scipy==1.7.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
scipy==1.10.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
secretstorage==3.3.3 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "linux"
setuptools==65.6.3 ; python_full_version >= "3.8.1" and python_version < "3.9"
shellingham==1.5.0.post1 ; python_full_version >= "3.8.1" and python_version < "3.9"
Expand Down
6 changes: 3 additions & 3 deletions requirements-license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ h11==0.14.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
idna==3.4 ; python_full_version >= "3.8.1" and python_version < "3.9"
jinja2==3.1.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
markupsafe==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
numpy==1.20.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
numpy==1.24.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
pip-licenses==3.5.5 ; python_full_version >= "3.8.1" and python_version < "3.9"
ptable==0.9.2 ; 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"
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; 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"
pyworld==0.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyworld==0.3.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyyaml==6.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
requests==2.28.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
scipy==1.7.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
scipy==1.10.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
soundfile==0.10.3.post1 ; python_full_version >= "3.8.1" and python_version < "3.9"
Expand Down
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ markupsafe==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
mccabe==0.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
mypy-extensions==0.4.3 ; python_full_version >= "3.8.1" and python_version < "3.9"
mypy==0.991 ; python_full_version >= "3.8.1" and python_version < "3.9"
numpy==1.20.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
numpy==1.24.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
packaging==22.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pathspec==0.10.3 ; python_full_version >= "3.8.1" and python_version < "3.9"
platformdirs==2.6.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
Expand All @@ -44,10 +44,10 @@ pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d860510
pysen==0.10.3 ; python_full_version >= "3.8.1" and python_version < "3.9"
pytest==6.2.5 ; 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"
pyworld==0.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyworld==0.3.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyyaml==6.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
requests==2.28.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
scipy==1.7.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
scipy==1.10.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
smmap==5.0.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ h11==0.14.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
idna==3.4 ; python_full_version >= "3.8.1" and python_version < "3.9"
jinja2==3.1.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
markupsafe==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
numpy==1.20.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
numpy==1.24.2 ; 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"
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; 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"
pyworld==0.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyworld==0.3.2 ; python_full_version >= "3.8.1" and python_version < "3.9"
pyyaml==6.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
requests==2.28.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
scipy==1.7.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
scipy==1.10.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9"
soundfile==0.10.3.post1 ; python_full_version >= "3.8.1" and python_version < "3.9"
Expand Down

0 comments on commit 4b99558

Please sign in to comment.