Skip to content

Commit

Permalink
Increases dependency on forward kinematics.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxspahn committed Jul 27, 2022
1 parent 41fe4f7 commit 37122b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "planarenvs"
version = "1.0.2"
version = "1.0.3"
description = "Lightweight open-ai gym environments for planar kinematic chains."
authors = ["Max Spahn <[email protected]>"]

Expand All @@ -10,7 +10,7 @@ gym = "^0.21.0"
numpy = "^1.5.1"
pyglet = "^1.5.21"
scipy = "^1.5"
forwardkinematics = "^1.0.1"
forwardkinematics = "^1.0.3"
motion-planning-scenes = "^0.1.19"
pylint = "^2.13.3"

Expand Down

0 comments on commit 37122b8

Please sign in to comment.