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 diff --git a/pyproject.toml b/pyproject.toml index d5b34cc..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'", @@ -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 = ["."]