Skip to content

Commit

Permalink
Bump version of ROD dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed May 20, 2024
1 parent a3e0233 commit 41a3b17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- jaxlie >= 1.3.0
- jax-dataclasses >= 1.4.0
- pptree
- rod >= 0.2.0
- rod >= 0.3.0
- typing_extensions # python<3.12
# ====================================
# Optional dependencies from setup.cfg
Expand Down Expand Up @@ -41,18 +41,15 @@ dependencies:
- pip
- sphinx
- sphinx-autodoc-typehints
- sphinx-book-theme
- sphinx-copybutton
- sphinx-design
- sphinx_fontawesome
- sphinx-jinja2-compat
- sphinx-multiversion
- sphinx_rtd_theme
- sphinx-book-theme
- sphinx-toolbox
# ========================================
# Other dependencies for GitHub Codespaces
# ========================================
# System dependencies to run the tests
- gz-sim7
# Other packages
- ipython
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install_requires =
jaxlie >= 1.3.0
jax_dataclasses >= 1.4.0
pptree
rod >= 0.2.0
rod >= 0.3.0
typing_extensions ; python_version < '3.12'

[options.packages.find]
Expand Down

0 comments on commit 41a3b17

Please sign in to comment.