-
Notifications
You must be signed in to change notification settings - Fork 11
/
environment.yml
64 lines (64 loc) · 1.33 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name: jaxsim
channels:
- conda-forge
dependencies:
# ===========================
# Dependencies from setup.cfg
# ===========================
- python >= 3.12.0
- coloredlogs
- jax >= 0.4.26
- jaxlib >= 0.4.26
- jaxlie >= 1.3.0
- jax-dataclasses >= 1.4.0
- optax >= 0.2.3
- pptree
- qpax
- rod >= 0.3.3
- trimesh
- typing_extensions # python<3.12
# ====================================
# Optional dependencies from setup.cfg
# ====================================
# [style]
- black == 24.*
- isort
- pre-commit
# [testing]
- idyntree >= 12.2.1
- pytest
- pytest-icdiff
- robot_descriptions
# [viz]
- lxml
- mediapy
- mujoco >= 3.0.0
- scipy >= 1.14.0
# ==========================
# Documentation dependencies
# ==========================
- cachecontrol
- enum_tools
- filecache
- filelock
- jinja2
- myst-nb
- pip
- sphinx
- sphinx-autodoc-typehints
- sphinx-book-theme
- sphinx-copybutton
- sphinx-design
- sphinx_fontawesome
- sphinx-gallery
- sphinx-jinja2-compat
- sphinx-multiversion
- sphinx_rtd_theme
- sphinx-toolbox
# ========================================
# Other dependencies for GitHub Codespaces
# ========================================
- mesalib
- ipython
- pip:
- sphinx-collections # TODO (flferretti): PR to conda-forge