From 943fff00e242a1b6a6c46f938172e07f4fd86c11 Mon Sep 17 00:00:00 2001 From: Remi Ehounou Date: Mon, 21 Jun 2021 23:07:49 -0400 Subject: [PATCH] added scikit-learn to requirements --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 500a28d..16b9af0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,5 +22,5 @@ packages = find: python_requires = >=3.6 install_requires = numpy - scikitlearn + sklearn rpy2 == 3.4.4