Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayscoder committed Apr 14, 2024
1 parent 9848566 commit d1f4a53
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 = "pybts"
version = "1.6.1"
version = "1.7.0"
description = ""
authors = ["王童 <[email protected]>"]
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ python = ">=3.9,<4.0"
py-trees = "^2.2.3"
jinja2 = "^3.1.3"
flask = "^3.0.2"
tqdm = "^4.64"
tqdm = "^4.66.2"
gymnasium = {version = "^0.29.1", optional = true}
torch = {version = "^2.2.2", optional = true}
stable-baselines3 = {version = "^2.3.0", optional = true}
Expand Down

0 comments on commit d1f4a53

Please sign in to comment.