Skip to content

Commit cd0ee0a

Browse files
authored
Merge pull request #225 from maxspahn/fix-dill-dependency
2 parents 74f446e + 7b4e0df commit cd0ee0a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "urdfenvs"
3-
version = "0.8.14"
3+
version = "0.8.15"
44
description = "Simple simulation environment for robots, based on the urdf files."
55
authors = ["Max Spahn <[email protected]>"]
66
maintainers = [
@@ -22,6 +22,7 @@ yourdfpy = "^0.0.52"
2222
deprecation = "^2.1.0"
2323
mpscenes = "^0.4.4"
2424
gymnasium = "^0.28.1"
25+
dill = "^0.3.7"
2526

2627
[tool.poetry.extras]
2728
keyboard = ["pynput", "multiprocess"]

0 commit comments

Comments
 (0)