From a67d9732f2579d5419b9126815bc209c3e7aa8b5 Mon Sep 17 00:00:00 2001 From: Daniel Santos-Olivan Date: Wed, 29 Jul 2020 17:08:03 +0200 Subject: [PATCH] Added open3d and matplotlib to requirements.txt --- PythonAPI/examples/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PythonAPI/examples/requirements.txt b/PythonAPI/examples/requirements.txt index 994145744..1f1eb917f 100644 --- a/PythonAPI/examples/requirements.txt +++ b/PythonAPI/examples/requirements.txt @@ -2,3 +2,5 @@ future numpy; python_version < '3.0' numpy==1.18.4; python_version >= '3.0' pygame +matplotlib +open3d