Skip to content

Commit

Permalink
Update to v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamheins committed Aug 12, 2023
1 parent 5abaaf6 commit 983e9db
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 13 deletions.
111 changes: 101 additions & 10 deletions poetry.lock

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

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@ line-length = 80

[tool.poetry]
name = "pyb_utils"
version = "0.3.1"
version = "1.0.0"
description = "Basic utilities for PyBullet, including collision detection, ghost (i.e. visual-only) objects, and cameras."
authors = ["Adam Heins <[email protected]>"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8,<3.12"
numpy = "^1.22.0"
pybullet = "^3.2.1"
spatialmath-python = ">=1.0.0"
Pillow = "^9.0.0"
matplotlib = "^3.5.1"
opencv-python = "^4.5.5"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 983e9db

Please sign in to comment.