Skip to content

Commit

Permalink
nbtest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMRuss committed Jun 24, 2024
1 parent 4198dbc commit 61518a4
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 @@ -111,7 +111,7 @@ def default_setup_args(*, version):
extras_require = dict()
full_requirements = ['matplotlib', 'autogluon.tabular', 'torch', 'xgboost']
notebook_requirements = full_requirements + ['fairlearn']
test_requirements = notebook_requirements + ["tox", "pytest", "pytest-cov", 'flake8', 'cchardet',
test_requirements = notebook_requirements + ["tox", "pytest", "pytest-cov", 'flake8', 'chardet', 'cchardet',
'linkcheckmd', 'ipynbcompress', 'nbtest']

full_requirements = list(set(full_requirements))
Expand Down

0 comments on commit 61518a4

Please sign in to comment.