Skip to content

Commit 983e9db

Browse files
committed
Update to v1.0.0.
1 parent 5abaaf6 commit 983e9db

File tree

2 files changed

+105
-13
lines changed

2 files changed

+105
-13
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,23 @@ line-length = 80
33

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

1212
[tool.poetry.dependencies]
13-
python = ">=3.8,<3.11"
13+
python = ">=3.8,<3.12"
1414
numpy = "^1.22.0"
1515
pybullet = "^3.2.1"
1616
spatialmath-python = ">=1.0.0"
1717
Pillow = "^9.0.0"
1818
matplotlib = "^3.5.1"
1919
opencv-python = "^4.5.5"
2020

21-
[tool.poetry.dev-dependencies]
21+
[tool.poetry.group.dev.dependencies]
22+
pytest = "^7.4.0"
2223

2324
[build-system]
2425
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)