Skip to content

Commit

Permalink
Merge pull request #9 from tuna2134/patch-2
Browse files Browse the repository at this point in the history
Patch 2
  • Loading branch information
tuna2134 authored Dec 28, 2023
2 parents 84b5d8c + a3a342b commit c940b0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions crates/voicevox_core_python_api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions crates/voicevox_core_python_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ profile = "black"
[tool.maturin]
module-name = "voicevox_core._rust"
bindings = "pyo3"
skip-auditwheel = true # Linuxでlibonnxruntime.so.*の不在を許してもらう
skip-auditwheel = false # Linuxでlibonnxruntime.so.*の不在を許してもらう
python-source = "python"

[tool.poetry]
Expand All @@ -45,7 +45,8 @@ pydata-sphinx-theme = "0.14.1"
sphinx-autoapi = "3.0.0"

[tool.poetry.group.dev.dependencies]
maturin = {extras = ["patchelf"], version = "^1.3.2"}
maturin = "^1.3.2"
patchelf = {version = "^0.17.2.1", platform = "linux"}

[tool.poetry.group.test.dependencies]
pytest = "7.3.1"
Expand Down

0 comments on commit c940b0b

Please sign in to comment.