diff --git a/pyproject.toml b/pyproject.toml index c47e33c..90ec57b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ authors = [ readme = "README.md" dependencies = [ "pose-format", - # "sign_vq @ git+https://github.com/sign-language-processing/sign-vq" # For pose anonymization, not transfer ] [project.optional-dependencies] @@ -16,7 +15,8 @@ dev = [ "pytest", "pylint", "matplotlib", - "spoken_to_signed @ git+https://github.com/ZurichNLP/spoken-to-signed-translation" + "spoken_to_signed @ git+https://github.com/ZurichNLP/spoken-to-signed-translation", + "sign_vq @ git+https://github.com/sign-language-processing/sign-vq" # For pose anonymization, not transfer ] [tool.yapf]