Skip to content

Commit

Permalink
fix: extra dependancy missing imagio and not only imageio-ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed May 24, 2024
1 parent d76cf5a commit a108cb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ We can rerun c3d files and display their original content.
And all also animate biorbd models from the pyomeca organization.

# Installation prerequisites
``` conda install -c conda-forge ezc3d rerun-sdk trimesh numpy biorbd pyomeca tk```
``` conda install -c conda-forge ezc3d rerun-sdk trimesh numpy biorbd pyomeca tk imageio imageio-ffmpeg```

Then, ensure it is accessible in your Python environment by installing the package:

Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ dependencies:
- trimesh
- pyomeca
- tk
- imageio
- imageio-ffmpeg
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies = [
"trimesh",
"pyomeca",
"tk",
"imageio",
"imageio-ffmpeg",
# "biorbd" # Not yet available on pypi, use `conda install -c conda-forge biorbd`
]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"biorbd",
"pyomeca",
"tkinter",
"imageio",
"imageio-ffmpeg",
],
author="Pierre Puchaud",
Expand Down

0 comments on commit a108cb5

Please sign in to comment.