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'