Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
btalb committed Oct 6, 2022
2 parents 1139f11 + 3a1822b commit 11a42ac
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,12 +1,12 @@
[project]
name = "quadricslam"
version = "1.0.1"
version = "1.0.2"
description = "QuadricSLAM: SLAM systems with quadric landmarks"
readme = "./README.md"
license = { file = "./LICENSE.txt" }
authors = [{name = "Lachlan Nicholson", email = "[email protected]"}]
maintainers = [{name = "Ben Talbot", email = "[email protected]"}]
dependencies = [ "gtsam-quadrics", "numpy", "opencv-python", "matplotlib", "spatialmath-python", "scipy", "dinstinctipy" ]
dependencies = [ "gtsam-quadrics", "numpy", "opencv-python", "matplotlib", "spatialmath-python", "scipy", "distinctipy" ]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit 11a42ac

Please sign in to comment.