File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
simulators/mujoco_simulator Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "poetry.core.masonry.api"
9
9
10
10
[tool .poetry ]
11
11
name = " revolve2-ci-group"
12
- version = " 1.0.2 "
12
+ version = " 1.1.0 "
13
13
description = " Revolve2: Computational Intelligence Group experimentation tools and standards."
14
14
readme = " ../README.md"
15
15
authors = [
@@ -38,7 +38,7 @@ script = "revolve2/ci_group/morphological_novelty_metric/_build_cmodule.py"
38
38
39
39
[tool .poetry .dependencies ]
40
40
python = " ^3.10,<3.12"
41
- revolve2-modular-robot-simulation = " 1.0.2 "
41
+ revolve2-modular-robot-simulation = " 1.1.0 "
42
42
noise = " ^1.2.2"
43
43
multineat = " ^0.12"
44
44
sqlalchemy = " ^2.0.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " revolve2-experimentation"
7
- version = " 1.0.2 "
7
+ version = " 1.1.0 "
8
8
description = " Revolve2: Tools for experimentation."
9
9
readme = " ../README.md"
10
10
authors = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " revolve2-modular-robot"
7
- version = " 1.0.2 "
7
+ version = " 1.1.0 "
8
8
description = " Revolve2: Everything for defining modular robots."
9
9
readme = " ../README.md"
10
10
authors = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " revolve2-modular-robot-physical"
7
- version = " 1.0.2 "
7
+ version = " 1.1.0 "
8
8
description = " Revolve2: Everything for physical modular robot control. This package is intended to be installed on the modular robot hardware."
9
9
readme = " ../README.md"
10
10
authors = [
@@ -27,7 +27,7 @@ packages = [{ include = "revolve2" }]
27
27
28
28
[tool .poetry .dependencies ]
29
29
python = " ^3.10,<3.12"
30
- revolve2-modular-robot = " 1.0.2 "
30
+ revolve2-modular-robot = " 1.1.0 "
31
31
revolve2-robohat = { version = " 0.5.0" , optional = true }
32
32
pyrr = " ^0.10.3"
33
33
typed-argparse = " ^0.3.1"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " revolve2-modular-robot-simulation"
7
- version = " 1.0.2 "
7
+ version = " 1.1.0 "
8
8
description = " Revolve2: Functionality to define scenes with modular robots in a terrain and simulate them."
9
9
readme = " ../README.md"
10
10
authors = [
@@ -27,8 +27,8 @@ packages = [{ include = "revolve2" }]
27
27
28
28
[tool .poetry .dependencies ]
29
29
python = " ^3.10,<3.12"
30
- revolve2-modular-robot = " 1.0.2 "
31
- revolve2-simulation = " 1.0.2 "
30
+ revolve2-modular-robot = " 1.1.0 "
31
+ revolve2-simulation = " 1.1.0 "
32
32
33
33
[tool .poetry .extras ]
34
34
dev = []
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " revolve2-simulation"
7
- version = " 1.0.2 "
7
+ version = " 1.1.0 "
8
8
description = " Revolve2: Physics simulation abstraction layer."
9
9
readme = " ../README.md"
10
10
authors = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " revolve2-mujoco-simulator"
7
- version = " 1.0.2 "
7
+ version = " 1.1.0 "
8
8
description = " Revolve2: MuJoCo simulator."
9
9
readme = " ../../README.md"
10
10
authors = [
@@ -27,7 +27,7 @@ packages = [{ include = "revolve2" }]
27
27
28
28
[tool .poetry .dependencies ]
29
29
python = " ^3.10,<3.12"
30
- revolve2-simulation = " 1.0.2 "
30
+ revolve2-simulation = " 1.1.0 "
31
31
mujoco-python-viewer = " ^0.1.3"
32
32
mujoco = " ^2.2.0"
33
33
dm-control = " ^1.0.3"
You can’t perform that action at this time.
0 commit comments