Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Python package metadata #131

Merged
merged 2 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,25 @@ name: jaxsim
channels:
- conda-forge
dependencies:
# ===========================
# Dependencies from setup.cfg
# ===========================
- python=3.11
- coloredlogs
- jax >= 0.4.13
- jaxlib
- jaxlib >= 0.4.13
- jaxlie >= 1.3.0
- jax-dataclasses >= 1.4.0
- pptree
- rod >= 0.2.0
- typing_extensions # python<3.12
# ====================================
# Optional dependencies from setup.cfg
# ====================================
# [style]
- black == 24.*
- isort
- pre-commit
# [testing]
- idyntree
- pytest
Expand All @@ -25,16 +30,15 @@ dependencies:
- lxml
- mediapy
- mujoco >= 3.0.0
# System dependencies to run the tests
- gz-sim7
# Other packages
- ipython
# ==========================
# Documentation dependencies
# ==========================
- cachecontrol
- enum_tools
- filecache
- filelock
- jinja2
- pip
- sphinx
- sphinx-autodoc-typehints
- sphinx-copybutton
Expand All @@ -45,4 +49,10 @@ dependencies:
- sphinx_rtd_theme
- sphinx-book-theme
- sphinx-toolbox
- pip
# ========================================
# Other dependencies for GitHub Codespaces
# ========================================
# System dependencies to run the tests
- gz-sim7
# Other packages
- ipython
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = jaxsim
description = A physics engine in reduced coordinates implemented with JAX.
description = A differentiable physics engine and multibody dynamics library for control and robot learning.
long_description = file: README.md
long_description_content_type = text/markdown
author = Diego Ferigo
Expand All @@ -12,6 +12,7 @@ url = https://github.com/ami-iit/jaxsim

project_urls =
Changelog = https://github.com/ami-iit/jaxsim/releases
Documentation = https://jaxsim.readthedocs.io
Source = https://github.com/ami-iit/jaxsim
Tracker = https://github.com/ami-iit/jaxsim/issues

Expand Down
Loading