From 4b9955841bb1279c6e88ae3c1628bd731feb27bc Mon Sep 17 00:00:00 2001 From: Naoki Ikeguchi Date: Fri, 31 Mar 2023 12:58:27 +0900 Subject: [PATCH] build: Bump numpy, pyworld, and scipy to the latest for macOS Big Sur+ 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]: https://github.com/pypa/wheel/issues/385 Signed-off-by: Naoki Ikeguchi --- requirements-dev.txt | 6 +++--- requirements-license.txt | 6 +++--- requirements-test.txt | 6 +++--- requirements.txt | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index dbe5bc4f5..485137488 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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" @@ -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" diff --git a/requirements-license.txt b/requirements-license.txt index 04b8230ca..168d30651 100644 --- a/requirements-license.txt +++ b/requirements-license.txt @@ -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" diff --git a/requirements-test.txt b/requirements-test.txt index 9d3c5b109..8f6b46c87 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -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" @@ -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" diff --git a/requirements.txt b/requirements.txt index 76edfc96e..61baf7f21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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"