From db0169cd1a07d0beba4ab8fc8f9d223027fbeda4 Mon Sep 17 00:00:00 2001 From: Lee-JaeWon Date: Fri, 24 Nov 2023 15:39:42 +0900 Subject: [PATCH] [Edit]:edit dependency --- README.md | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f46ca6c..cd7a252 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ LocNDF: Neural Distance Field Mapping for Robot Localization The system has been tested with Ubuntu-20.04 and Python3.9. Install the following dependencies if needed: ```sh -apt-get install libgl1-mesa-glx libx11-dev ldconfig +apt-get install libgl1-mesa-glx libx11-dev libfreetype6-dev libfontconfig1-dev python3-tk +RUN ldconfig ``` For the installation of the python package simply clone the repo and pip install it. diff --git a/requirements.txt b/requirements.txt index dfa4881..a3d4951 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ open3d numpy Click natsort -matplotlib pytorch_lightning PyYAML scipy +matplotlib==3.1.2