Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMRuss committed Jun 17, 2024
1 parent ac9265d commit 0f4c100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ def default_setup_args(*, version):

extras_require = dict()

test_requirements = ["tox", "pytest", "pytest-cov", 'autogluon', 'scikit-learn',
'matplotlib', 'flake8', 'linkcheckmd', 'ucimlrepo', 'fairlearn',
'linkcheckmd', 'ipynbcompress', 'pytorch']
test_requirements = ["tox", "pytest", "pytest-cov", 'autogluon.tabular', 'scikit-learn',
'matplotlib', 'flake8', 'ucimlrepo', 'fairlearn',
'linkcheckmd', 'ipynbcompress', 'torch']

test_requirements = list(set(test_requirements))
extras_require["tests"] = test_requirements
Expand Down
2 changes: 1 addition & 1 deletion src/oxonfair/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This is the oxonfair version file."""
__version__ = '0.1.5'
__version__ = '0.2'

0 comments on commit 0f4c100

Please sign in to comment.