diff --git a/pyproject.toml b/pyproject.toml index 45fbbcb..9ab0564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ exclude = [".git", ".gitignore", ".gitattributes"] packages = ["style_bert_vits2"] [tool.hatch.envs.test] -dependencies = ["coverage[toml]>=6.5", "pytest"] +dependencies = ["coverage[toml]>=6.5", "pytest", "scipy"] [tool.hatch.envs.test.scripts] # Usage: `hatch run test:test` test = "pytest {args:tests}"