From 3d3cf96e474057875eb70de542038228674935f2 Mon Sep 17 00:00:00 2001 From: Masafumi Date: Thu, 7 Mar 2024 18:36:23 +0900 Subject: [PATCH] add seaborn for better visualization --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9263380..d6021a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ description = "path/motion planning benchmark for planetary exploration rovers" requires-python = ">=3.10" dependencies = [ "matplotlib==3.8.2", + "seaborn==0.13.2", "fire==0.5.0", "numpy==1.26.2", "opensimplex==0.4.5",