8000
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.
2 parents 84013d0 + b67e7d8 commit 9871392Copy full SHA for 9871392
setup.py
@@ -5,12 +5,12 @@
5
6
req = [
7
'numpy>=1.18.0',
8
- 'spatialmath-python>=0.8.7',
+ 'spatialmath-python>=0.9.2',
9
'pgraph-python',
10
'scipy',
11
'matplotlib',
12
'ansitable',
13
- 'swift-sim>=0.6.1',
+ 'swift-sim>=0.8.1',
14
'qpsolvers',
15
'rtb-data'
16
]
@@ -79,7 +79,7 @@ def package_files(directory):
79
setup(
80
name='roboticstoolbox-python',
81
82
- version='0.8.0',
+ version='0.9.1',
83
84
description='A Python library for robotic education and research',
85
0 commit comments