Skip to content

Commit f47d661

Browse files
committed
Updates the poetry lock to get the newer version of forwardkinematics.
1 parent 37122b8 commit f47d661

File tree

2 files changed

+97
-38
lines changed

2 files changed

+97
-38
lines changed

poetry.lock

+95-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

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

77
[tool.poetry.dependencies]
8-
python = "^3.6.2,<3.11"
8+
python = "^3.6.5,<3.10"
99
gym = "^0.21.0"
1010
numpy = "^1.5.1"
1111
pyglet = "^1.5.21"

0 commit comments

Comments
 (0)