File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44We can rerun c3d files and display their original content.
55And also animate biorbd models from the pyomeca organization.
66
7- ``` conda install -c conda-forge pyorerun rerun-sdk=0.24.1 ```
7+ ``` conda install -c conda-forge pyorerun rerun-sdk=0.27.2 ```
88``` pip install trc-data-reader ``` # for .trc file support
99``` conda install opensim-org::opensim # not a mandatory dependency ```
1010``` conda install -c conda-forge biobuddy=0.2.0 # not a mandatory dependency ```
@@ -59,7 +59,7 @@ animation.rerun()
5959```
6060
6161## From source
62- ``` conda install -c conda-forge ezc3d rerun-sdk=0.24 trimesh numpy biorbd pyomeca tk imageio imageio-ffmpeg ```
62+ ``` conda install -c conda-forge ezc3d rerun-sdk=0.27.2 trimesh numpy biorbd pyomeca tk imageio imageio-ffmpeg ```
6363
6464if you want to use the OpenSim, you also need to install separately:
6565``` conda install -c opensim-org::opensim ```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55- opensim-org
66dependencies :
77- ezc3d
8- - rerun-sdk=0.24.1
8+ - rerun-sdk=0.27.2
99- numpy
1010- matplotlib
1111- biorbd>=1.10.5
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ classifiers = [
2222dependencies = [
2323 " ezc3d" , # Now needed, but imported for our custom PyoMarkers.from_c3d()
2424 " numpy" ,
25- " rerun-sdk==0.24.1 " ,
25+ " rerun-sdk==0.27.2 " ,
2626 " trimesh" ,
2727 " tk" ,
2828 " imageio" ,
Original file line number Diff line number Diff line change 66 install_requires = [
77 "ezc3d" , # Not yet available on pypi, use `conda install -c conda-forge ezc3d`
88 "numpy" ,
9- "rerun-sdk=0.24.1 " ,
9+ "rerun-sdk=0.27.2 " ,
1010 "trimesh" ,
1111 "tk" ,
1212 "imageio" ,
You can’t perform that action at this time.
0 commit comments