We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98159e3 commit 7468e81Copy full SHA for 7468e81
setup.py
@@ -11,13 +11,13 @@
11
12
req = [
13
'numpy>=1.18.0',
14
- 'spatialmath-python>=0.9.2',
15
- 'spatialgeometry>=0.1.0',
+ 'spatialmath-python>=0.9.6',
+ 'spatialgeometry>=0.1.2',
16
'pgraph-python',
17
'scipy',
18
'matplotlib',
19
'ansitable',
20
- 'swift-sim>=0.8.1',
+ 'swift-sim>=0.9.5',
21
'qpsolvers',
22
'rtb-data'
23
]
@@ -95,7 +95,7 @@ def package_files(directory):
95
setup(
96
name='roboticstoolbox-python',
97
98
- version='0.9.1',
+ version='0.10.0',
99
100
description='A Python library for robotic education and research',
101
0 commit comments