Skip to content

Replacing python-scipy with python3-scipy.

Joshua Whitley requested to merge fix-unused-dependency-on-python-scipy into master

python-scipy installs the Python2 version of scipy which is not compatible with ROS2 (uses Python3 only). This replaces the python-scipy dependency with python3-scipy.

Merge request reports