-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix API changes in tesseract-robotics 0.2.0 (#21)
* Fix api change in tesseract-robotics 0.2.0 * Disable Python 2.7 test
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="general_robotics_toolbox", # Replace with your own username | ||
version="0.7.1", | ||
version="0.7.2", | ||
author="John Wason", | ||
author_email="[email protected]", | ||
description="General robotics toolbox developed by RPI", | ||
|
@@ -25,6 +25,6 @@ | |
extras_require={ | ||
'test': ['pytest'], | ||
'urdf': ['rospkg','xacro'], | ||
'tesseract': ['tesseract-robotics'], | ||
'tesseract': ['tesseract-robotics>=0.2.0'], | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters