Skip to content

Commit 37122b8

Browse files
committed
Increases dependency on forward kinematics.
1 parent 41fe4f7 commit 37122b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "planarenvs"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Lightweight open-ai gym environments for planar kinematic chains."
55
authors = ["Max Spahn <[email protected]>"]
66

@@ -10,7 +10,7 @@ gym = "^0.21.0"
1010
numpy = "^1.5.1"
1111
pyglet = "^1.5.21"
1212
scipy = "^1.5"
13-
forwardkinematics = "^1.0.1"
13+
forwardkinematics = "^1.0.3"
1414
motion-planning-scenes = "^0.1.19"
1515
pylint = "^2.13.3"
1616

0 commit comments

Comments
 (0)