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 ad48a42 commit fa25308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion pose_anonymization/evaluate_example_stitching.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from pose_format import Pose
from pose_format.numpy.representation.distance import DistanceRepresentation
from pose_format.utils.optical_flow import OpticalFlowCalculator
# pylint: disable=import-error
from spoken_to_signed.gloss_to_pose.concatenate import concatenate_poses

plt.rcParams["font.family"] = "Times New Roman"
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ dependencies = [
[project.optional-dependencies]
dev = [
"pytest",
"pylint"
"pylint",
"matplotlib",
"spoken_to_signed @ git+https://github.com/ZurichNLP/spoken-to-signed-translation"
]

[tool.yapf]
Expand Down

0 comments on commit fa25308

Please sign in to comment.