diff --git a/crates/voicevox_core_python_api/pyproject.toml b/crates/voicevox_core_python_api/pyproject.toml index 428e7695f..4ae2da74a 100644 --- a/crates/voicevox_core_python_api/pyproject.toml +++ b/crates/voicevox_core_python_api/pyproject.toml @@ -28,7 +28,6 @@ executionEnvironments = [{ root = "python/test" }, { root = "python" }] [tool.maturin] module-name = "voicevox_core._rust" bindings = "pyo3" -skip-auditwheel = true # Linuxでlibonnxruntime.so.*の不在を許してもらう python-source = "python" [tool.poetry]