From 27ac3748807027702c81f758a7feff320a8a8830 Mon Sep 17 00:00:00 2001 From: Remi Ehounou Date: Mon, 21 Jun 2021 23:13:02 -0400 Subject: [PATCH] added matplotlib dependency --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 16b9af0..f6ccd97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,4 +23,5 @@ python_requires = >=3.6 install_requires = numpy sklearn + matplotlib rpy2 == 3.4.4