From c7ea1178a7e03a0c03914b2377852300f26efc45 Mon Sep 17 00:00:00 2001 From: SrihariKarthik <71071774+SrihariKarthik@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:32:53 +0530 Subject: [PATCH] Update setup.py/ Changed sklearn to scikit-learn --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b58a8c0..48caf871 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ license='GPL4', install_requires=['pandas', 'numpy', 'scipy', 'matplotlib', - 'lxml', 'seaborn', 'sklearn', 'psutil', + 'lxml', 'seaborn', 'scikit-learn', 'psutil', 'tellurium', 'pyyaml', 'munch', 'deprecated'], long_description='A python package for enhancing mathematical'