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 e52b241 commit fc2dab1Copy full SHA for fc2dab1
setup.py
@@ -11,13 +11,13 @@
11
12
req = [
13
'numpy>=1.18.0',
14
- 'spatialmath-python>=0.9.6',
15
- 'spatialgeometry>=0.1.2',
+ 'spatialmath-python>=0.11',
+ 'spatialgeometry>=0.2.0',
16
'pgraph-python',
17
'scipy',
18
'matplotlib',
19
'ansitable',
20
- 'swift-sim>=0.9.5',
+ 'swift-sim>=0.10.0',
21
'qpsolvers',
22
'rtb-data'
23
]
@@ -95,7 +95,7 @@ def package_files(directory):
95
setup(
96
name='roboticstoolbox-python',
97
98
- version='0.10.1',
+ version='0.11.0',
99
100
description='A Python library for robotic education and research',
101
0 commit comments