mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
During px4tools installation, the latest version of pandas is installed, which requires numpy>=1.9.0. Pandas installs the required version, however, due to the presence of the old numpy in the docker image, the present version 1.8.2 is used, which leads to an error when importing pandas. This commit fixes the problem by explicitly upgrading numpy before px4tools installation. Signed-off-by: Andrey Korigodsky <akorigod@gmail.com>