Skip to content

Commit

Permalink
Merge pull request #71 from r9y9/test
Browse files Browse the repository at this point in the history
Fix windows build issue
  • Loading branch information
r9y9 authored Nov 5, 2023
2 parents 22852ba + e74b4e5 commit f0decaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/open_jtalk
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools<v60.0",
"cython>=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'",
Expand All @@ -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 = ["."]

0 comments on commit f0decaa

Please sign in to comment.