diff --git a/setup.py b/setup.py index 74b68b98c..7726d68aa 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,8 @@ extras_require={ "viz": ["dash", "dash_bootstrap_components < 1.0.0", "fire"], "dashboard": ["dash>=2.2.0", "plotly>=5.6.0", "dash_bootstrap_components"], - }, + "dev": tests_require, + } classifiers=[ "Natural Language :: English", "Programming Language :: Python :: 3.7",