diff --git a/setup.py b/setup.py index 92c43d4..dfcd8be 100644 --- a/setup.py +++ b/setup.py @@ -26,5 +26,14 @@ author_email="griffinchure@gmail.com", packages=find_packages( exclude=('docs', 'doc', 'sandbox', 'dev', 'hplc.egg-info')), - include_package_data=True + include_package_data=True, + install_requires=[ + "matplotlib>=3.7.0", + "numpy>=1.24.4", + "pandas>=2.0.3", + "scipy>=1.10.0", + "seaborn>=0.12.2", + "termcolor>=2.3.0", + "tqdm>=4.64.1", + ], )