Skip to content

Commit

Permalink
fix(project): add dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Jun 12, 2024
1 parent fa25308 commit f066c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ 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]
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]
Expand Down

0 comments on commit f066c9c

Please sign in to comment.