8000 Merge branch 'master' of github.com:petercorke/robotics-toolbox-python · Global19/robotics-toolbox-python@9871392 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9871392

Browse files
committed
Merge branch 'master' of github.com:petercorke/robotics-toolbox-python
2 parents 84013d0 + b67e7d8 commit 9871392

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
req = [
77
'numpy>=1.18.0',
8-
'spatialmath-python>=0.8.7',
8+
'spatialmath-python>=0.9.2',
99
'pgraph-python',
1010
'scipy',
1111
'matplotlib',
1212
'ansitable',
13-
'swift-sim>=0.6.1',
13+
'swift-sim>=0.8.1',
1414
'qpsolvers',
1515
'rtb-data'
1616
]
@@ -79,7 +79,7 @@ def package_files(directory):
7979
setup(
8080
name='roboticstoolbox-python',
8181

82-
version='0.8.0',
82+
version='0.9.1',
8383

8484
description='A Python library for robotic education and research',
8585

0 commit comments

Comments
 (0)
0