File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
path = quadruped_pympc/acados
3
3
url = https://github.com/acados/acados.git
4
4
5
- [submodule "quadruped_pympc/gym-quadruped "]
6
- path = quadruped_pympc/gym-quadruped
7
- url = https://github.com/iit-DLSLab/gym-quadruped.git/
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build-backend = "hatchling.build"
13
13
14
14
[project ]
15
15
name = " quadruped_pympc"
16
- version = " 0.1.0 "
16
+ version = " 0.1.1 "
17
17
description = " A model predictive controller for quadruped robots based on the single rigid body model and written in python. Gradient-based (acados) or Sampling-based (jax)."
18
18
authors = [
19
19
{
name =
" Giulio Turrisi" ,
email =
" [email protected] " },
@@ -42,7 +42,7 @@ dependencies = [
42
42
# "pin",
43
43
" cmake" ,
44
44
" mujoco>=3.1.0" ,
45
- " gym_quadruped" ,
45
+ " gym_quadruped @ git+https://github.com/iit-DLSLab/gym-quadruped.git " ,
46
46
]
47
47
48
48
[project .optional-dependencies ]
@@ -52,6 +52,11 @@ sampling = [ # Example on how we can setup optional dependencies depending on t
52
52
" jaxlib"
53
53
]
54
54
55
+ # ____________________________________________________________________________________________________________________
56
+ [tool .hatch .metadata ]
57
+ allow-direct-references = true # Allow direct references to packages in the same repository
58
+
59
+
55
60
# ____________________________________________________________________________________________________________________
56
61
[tool .ruff ] # Linter tool
57
62
line-length = 120
@@ -63,7 +68,7 @@ select = [
63
68
" E" ,
64
69
" W" ,
65
70
# isort
66
- " I001 " ,
71
+ " I " ,
67
72
# pydocstyle
68
73
" D"
69
74
]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments