Skip to content

Commit

Permalink
fix(dependencies): correct dependencies path
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Mar 7, 2024
1 parent 06d449b commit a6d3708
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ authors = [
readme = "README.md"
dependencies = [
"pose-format",
"git+https://github.com/sign-language-processing/sign-vq"
"sign_vq @ git+https://github.com/sign-language-processing/sign-vq"

]

[project.optional-dependencies]
dev = [
"pytest",
"pylint"
Expand Down

0 comments on commit a6d3708

Please sign in to comment.