From df77b13783a51826991897874564b3f1a2fc9b54 Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Sat, 4 Nov 2023 09:58:13 +0900 Subject: [PATCH 1/3] test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5b34cc..d64a2f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,6 @@ enable_isort = true enable_mypy = false # TODO: enable mypy in the future mypy_preset = "strict" line_length = 88 -py_version = "py37" +py_version = "py38" [[tool.pysen.lint.mypy_targets]] paths = ["."] From c1377bcbe1ed983716709f5c5a1ba054dbc44b63 Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Sun, 5 Nov 2023 11:14:45 +0900 Subject: [PATCH 2/3] update submodule open_jtalk --- lib/open_jtalk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_jtalk b/lib/open_jtalk index ce06fc5..aade593 160000 --- a/lib/open_jtalk +++ b/lib/open_jtalk @@ -1 +1 @@ -Subproject commit ce06fc565eecbf57a698dacde935f2060a60d627 +Subproject commit aade59307b86e8788edf2dd72642e00fab800539 From e74b4e5c930848f1c43976eb8524c1036948d592 Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Sun, 5 Nov 2023 11:18:21 +0900 Subject: [PATCH 3/3] remove cython upper bound --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d64a2f8..3468733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools=0.28.0,<3.0.0", + "cython>=0.28.0", "cmake", "numpy>=1.25.0; python_version>='3.9'", "oldest-supported-numpy; python_version<'3.9'",