Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
justagist committed May 9, 2024
1 parent 345f2bd commit 558d639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ pip install .

## Usage

<TODO>
(TODO)
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybullet-robot"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["JustaGist <[email protected]>"]
readme = "README.md"
Expand All @@ -10,6 +10,7 @@ python = ">=3.10"
pybullet = ">3.1"
robot-descriptions = ">=1.10.0"
numpy = "*"
scipy = "^1.13.0"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 558d639

Please sign in to comment.