Skip to content

Commit

Permalink
Updates the poetry lock to get the newer version of forwardkinematics.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxspahn committed Jul 28, 2022
1 parent 37122b8 commit f47d661
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 38 deletions.
131 changes: 95 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "planarenvs"
version = "1.0.3"
version = "1.0.4"
description = "Lightweight open-ai gym environments for planar kinematic chains."
authors = ["Max Spahn <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.6.2,<3.11"
python = "^3.6.5,<3.10"
gym = "^0.21.0"
numpy = "^1.5.1"
pyglet = "^1.5.21"
Expand Down

0 comments on commit f47d661

Please sign in to comment.