From 31ee20a5c56767ae49037210b2b80d51ac42be86 Mon Sep 17 00:00:00 2001 From: Remi Ehounou Date: Mon, 21 Jun 2021 23:06:39 -0400 Subject: [PATCH] ditching importlib --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a260fa9..500a28d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,5 +22,5 @@ packages = find: python_requires = >=3.6 install_requires = numpy - importlib + scikitlearn rpy2 == 3.4.4