Skip to content

Commit b8781fa

Browse files
committed
package.xml: Add dependency on scipy
1 parent ce89cf0 commit b8781fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
<depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
2121
<depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
2222
<depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend>
23+
<depend condition="$ROS_PYTHON_VERSION == 2">python-scipy</depend>
2324
<depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
25+
<depend condition="$ROS_PYTHON_VERSION == 3">python3-scipy</depend>
2426
<depend>eigen</depend>
2527
<depend>boost</depend>
2628

0 commit comments

Comments
 (0)