Skip to content

Commit

Permalink
remove nbtest for compatibility with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMRuss committed Jun 24, 2024
1 parent 61518a4 commit af3e242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ 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', 'chardet', 'cchardet',
'linkcheckmd', 'ipynbcompress', 'nbtest']
test_requirements = notebook_requirements + ["tox", "pytest", "pytest-cov", 'flake8',
'linkcheckmd', 'ipynbcompress',]

full_requirements = list(set(full_requirements))
notebook_requirements = list(set(notebook_requirements))
Expand Down

0 comments on commit af3e242

Please sign in to comment.