Skip to content

Commit 1334c8c

Browse files
committed
bump version
blacked formatting
1 parent d621fde commit 1334c8c

File tree

1 file changed

+62
-33
lines changed

1 file changed

+62
-33
lines changed

pyproject.toml

Lines changed: 62 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[project]
22
name = "rvc3python"
3-
version = "0.9.0"
4-
authors = [
5-
{ name="Peter Corke", email="rvc@petercorke.com" },
6-
]
3+
version = "0.9.1"
4+
authors = [{ name = "Peter Corke", email = "rvc@petercorke.com" }]
75
description = "Support for book: Robotics, Vision & Control 3 in Python"
86
readme = "README.md"
97
requires-python = ">=3.7"
@@ -17,27 +15,68 @@ classifiers = [
1715
"Programming Language :: Python :: 3.9",
1816
"Programming Language :: Python :: 3.10",
1917
"Programming Language :: Python :: 3.11",
20-
18+
"Programming Language :: Python :: 3.12",
2119
"License :: OSI Approved :: MIT License",
2220
"Operating System :: OS Independent",
2321
]
2422
keywords = [
25-
"robotics", "robot", "manipulator", "robot arm",
26-
"mobile robot", "mobile manipulation",
27-
"path planning", "SLAM", "pose graph",
28-
"Dubins", "Reeds-Shepp", "lattice planner", "RRT", "PRM",
29-
"rapidly exploring random tree", "probabilistic roadmap planner",
30-
"force control", "kinematics", "Jacobian", "position control", "velocity control",
31-
"spatial math",
32-
"SO(2)", "SE(2)", "SO(3)", "SE(3)",
33-
"twist", "product of exponential", "translation", "orientation",
34-
"angle-axis", "Lie group", "skew symmetric matrix",
35-
"pose", "translation", "rotation matrix", "rigid body transform", "homogeneous transformation",
36-
"Euler angles", "roll-pitch-yaw angles", "quaternion", "unit-quaternion",
37-
"computer vision", "machine vision", "robotic vision",
38-
"color space", "blackbody", "image segmentation", "blobs",
39-
"Hough transform", "k-means", "homography", "camera calibration", "visual odometry",
40-
"bundle adjustment", "stereo vision", "rectification",
23+
"robotics",
24+
"robot",
25+
"manipulator",
26+
"robot arm",
27+
"mobile robot",
28+
"mobile manipulation",
29+
"path planning",
30+
"SLAM",
31+
"pose graph",
32+
"Dubins",
33+
"Reeds-Shepp",
34+
"lattice planner",
35+
"RRT",
36+
"PRM",
37+
"rapidly exploring random tree",
38+
"probabilistic roadmap planner",
39+
"force control",
40+
"kinematics",
41+
"Jacobian",
42+
"position control",
43+
"velocity control",
44+
"spatial math",
45+
"SO(2)",
46+
"SE(2)",
47+
"SO(3)",
48+
"SE(3)",
49+
"twist",
50+
"product of exponential",
51+
"translation",
52+
"orientation",
53+
"angle-axis",
54+
"Lie group",
55+
"skew symmetric matrix",
56+
"pose",
57+
"translation",
58+
"rotation matrix",
59+
"rigid body transform",
60+
"homogeneous transformation",
61+
"Euler angles",
62+
"roll-pitch-yaw angles",
63+
"quaternion",
64+
"unit-quaternion",
65+
"computer vision",
66+
"machine vision",
67+
"robotic vision",
68+
"color space",
69+
"blackbody",
70+
"image segmentation",
71+
"blobs",
72+
"Hough transform",
73+
"k-means",
74+
"homography",
75+
"camera calibration",
76+
"visual odometry",
77+
"bundle adjustment",
78+
"stereo vision",
79+
"rectification",
4180
]
4281

4382
dependencies = [
@@ -57,10 +96,7 @@ dependencies = [
5796

5897
[project.optional-dependencies]
5998

60-
pytorch = [
61-
"torch",
62-
"torchvision",
63-
]
99+
pytorch = ["torch", "torchvision"]
64100

65101
[project.scripts]
66102

@@ -80,12 +116,5 @@ build-backend = "setuptools.build_meta"
80116
models = ["*.bd"]
81117

82118
[tool.setuptools]
83-
84-
packages = [
85-
"RVC3",
86-
"RVC3.examples",
87-
"RVC3.tools",
88-
"RVC3.bin",
89-
"RVC3.models",
90-
]
91119

120+
packages = ["RVC3", "RVC3.examples", "RVC3.tools", "RVC3.bin", "RVC3.models"]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy