Skip to content

Commit

Permalink
set chainer version less than 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Dec 14, 2019
1 parent 6d08953 commit 9fb32a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsk_perception/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<run_depend>posedetection_msgs</run_depend>
<!-- install chainer {{ -->
<run_depend>python-h5py</run_depend>
<run_depend>python-chainer-pip</run_depend>
<run_depend version_lt="7.0.0">python-chainer-pip</run_depend>
<run_depend>python-chainercv-pip</run_depend>
<!-- }} install chainer -->
<run_depend>python-dlib</run_depend> <!-- pip -->
Expand Down
2 changes: 1 addition & 1 deletion jsk_recognition_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<run_depend>jsk_topic_tools</run_depend>
<run_depend>pcl_msgs</run_depend>
<run_depend>pcl_ros</run_depend>
<run_depend>python-chainer-pip</run_depend>
<run_depend version_lt="7.0.0">python-chainer-pip</run_depend>
<run_depend>python-skimage</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>std_msgs</run_depend>
Expand Down

0 comments on commit 9fb32a3

Please sign in to comment.