Skip to content

Commit

Permalink
Merge pull request #30 from KaiRawal/setup-reqs-update
Browse files Browse the repository at this point in the history
add jupyter to full and notebooks reqs
  • Loading branch information
ChrisMRuss authored Jun 24, 2024
2 parents 72ea1e2 + 80f7b8a commit a2dadfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit a2dadfd

Please sign in to comment.