Skip to content

Commit 2f56db9

Browse files
committed
Remove gym_quadruped from submodules
1 parent 887acad commit 2f56db9

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
path = quadruped_pympc/acados
33
url = https://github.com/acados/acados.git
44

5-
[submodule "quadruped_pympc/gym-quadruped"]
6-
path = quadruped_pympc/gym-quadruped
7-
url = https://github.com/iit-DLSLab/gym-quadruped.git/

pyproject.toml

+8-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-backend = "hatchling.build"
1313

1414
[project]
1515
name = "quadruped_pympc"
16-
version = "0.1.0"
16+
version = "0.1.1"
1717
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)."
1818
authors = [
1919
{ name="Giulio Turrisi", email="[email protected]" },
@@ -42,7 +42,7 @@ dependencies = [
4242
#"pin",
4343
"cmake",
4444
"mujoco>=3.1.0",
45-
"gym_quadruped",
45+
"gym_quadruped @ git+https://github.com/iit-DLSLab/gym-quadruped.git",
4646
]
4747

4848
[project.optional-dependencies]
@@ -52,6 +52,11 @@ sampling = [ # Example on how we can setup optional dependencies depending on t
5252
"jaxlib"
5353
]
5454

55+
# ____________________________________________________________________________________________________________________
56+
[tool.hatch.metadata]
57+
allow-direct-references = true # Allow direct references to packages in the same repository
58+
59+
5560
#____________________________________________________________________________________________________________________
5661
[tool.ruff] # Linter tool
5762
line-length = 120
@@ -63,7 +68,7 @@ select = [
6368
"E",
6469
"W",
6570
# isort
66-
"I001",
71+
"I",
6772
# pydocstyle
6873
"D"
6974
]

quadruped_pympc/gym-quadruped

-1
This file was deleted.

0 commit comments

Comments
 (0)