Skip to content

Commit 7468e81

Browse files
authored
Update setup.py
1 parent 98159e3 commit 7468e81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
req = [
1313
'numpy>=1.18.0',
14-
'spatialmath-python>=0.9.2',
15-
'spatialgeometry>=0.1.0',
14+
'spatialmath-python>=0.9.6',
15+
'spatialgeometry>=0.1.2',
1616
'pgraph-python',
1717
'scipy',
1818
'matplotlib',
1919
'ansitable',
20-
'swift-sim>=0.8.1',
20+
'swift-sim>=0.9.5',
2121
'qpsolvers',
2222
'rtb-data'
2323
]
@@ -95,7 +95,7 @@ def package_files(directory):
9595
setup(
9696
name='roboticstoolbox-python',
9797

98-
version='0.9.1',
98+
version='0.10.0',
9999

100100
description='A Python library for robotic education and research',
101101

0 commit comments

Comments
 (0)