forked from ami-iit/adam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
72 lines (66 loc) · 1.2 KB
/
setup.cfg
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
65
66
67
68
69
70
71
72
[metadata]
name = adam-robotics
description = Automatic Differentiation for rigid-body-dynamics AlgorithMs
long_description = file: README.md
long_description_content_type = text/markdown
author = Giuseppe L'Erario
author_email = [email protected]
license_files = LICENSE
url = https://github.com/ami-iit/ADAM
keywords =
robotics
urdf
rigid body dynamics
featherstone
automatic-differentiation
optimization
casadi
jax
pytorch
reinforcement-learning
motion-planning
[options]
packages = find:
package_dir =
= src
python_requires = >=3.7
install_requires =
numpy >=1.20
scipy
casadi >=3.6
prettytable
urdf_parser_py
[options.packages.find]
where = src
[options.extras_require]
jax =
jax
jaxlib
casadi =
casadi
pytorch =
torch
jax
jaxlib
jax2torch
test =
jax
jaxlib
casadi
torch
pytest
idyntree
icub-models
black
gitpython
jax2torch
conversions =
idyntree
all =
jax
jaxlib
casadi
torch
jax2torch
[tool:pytest]
addopts = --capture=no --verbose