Skip to content

Commit

Permalink
docs: not ready yet for 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Feb 18, 2025
1 parent f804049 commit f3a3e39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ channels:
- default
dependencies:
- ezc3d
- rerun-sdk>=0.20.1
- numpy
- rerun-sdk=0.21.0
- numpy=1.26.4
- biorbd>=1.10.5
- trimesh
- pyomeca
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ classifiers = [
]
dependencies = [
# "ezc3d", # Not yet available on pypi, use `conda install -c conda-forge ezc3d`
"numpy",
"rerun-sdk==0.20.1",
"numpy==1.26.4",
"rerun-sdk==0.21.0",
"trimesh",
"pyomeca",
"tk",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
version="1.2.5",
install_requires=[
"ezc3d", # Not yet available on pypi, use `conda install -c conda-forge ezc3d`
"numpy",
"rerun-sdk>=0.20.1",
"numpy=1.26.4",
"rerun-sdk=0.21.0",
"trimesh",
"pyomeca",
"tk",
Expand Down

0 comments on commit f3a3e39

Please sign in to comment.