From 6201e77f7992e833b5c736cd120daf1d9400019f Mon Sep 17 00:00:00 2001 From: tk-woven <61102060+tk-woven@users.noreply.github.com> Date: Wed, 27 Apr 2022 10:59:51 +0900 Subject: [PATCH] fix: allow end-uers to use more modern version of matplotlib dep (#90) * fix: allow end-users to use more modern version of matplotlib dep matplotlib 3.0.1 is not compatible with python3.8 which is the default python version for Ubuntu 20.0. Attempting installation will use the `platform` module and expect it has `linux_distribution`, but this has been moved to the `distro` module. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b21f683c..631fe581 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ diskcache>=4.1.0 grpcio==1.41.0 grpcio-tools==1.41.0 isort==4.3.21 -matplotlib==3.0.3 +matplotlib>=3.0.3,<4.0 opencv-python==4.5.3.56 Pillow>=8.3.2 pycocotools>=2.0.0