diff --git a/setup.py b/setup.py index b66be88..a4bbac9 100644 --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ def default_setup_args(*, version): ] extras_require = dict() -full_requirements = ['matplotlib', 'autogluon.tabular', 'torch', 'xgboost'] +full_requirements = ['matplotlib', 'autogluon.tabular', 'torch', 'xgboost', 'jupyterlab'] notebook_requirements = full_requirements + ['fairlearn'] test_requirements = notebook_requirements + ["tox", "pytest", "pytest-cov", 'flake8', 'linkcheckmd', 'ipynbcompress']