Skip to content

Commit d406857

Browse files
author
ipuch
committed
udpate(rerun-sdk 0.27.1) for transparency within the UI
1 parent 61cd492 commit d406857

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
We can rerun c3d files and display their original content.
55
And 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

6464
if you want to use the OpenSim, you also need to install separately:
6565
```conda install -c opensim-org::opensim```

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- opensim-org
66
dependencies:
77
- ezc3d
8-
- rerun-sdk=0.24.1
8+
- rerun-sdk=0.27.2
99
- numpy
1010
- matplotlib
1111
- biorbd>=1.10.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
dependencies = [
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",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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",

0 commit comments

Comments
 (0)