Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information