Skip to content

Commit

Permalink
setup lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Jan 31, 2024
1 parent aa3d546 commit 5f66695
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def unique_flatten_dict(d):
'flake8>=5.0',
'psutil',
'build',
'dirty-cat'
'dirty-cat',
'sphinx_autodoc_typehints==1.11.1',
# 'cuml', ## cannot test on github actions
# 'cudf',
# 'cupy'
Expand All @@ -38,6 +39,9 @@ def unique_flatten_dict(d):

**dev_extras,

#kitchen sink for contributors, skips ai
'dev': unique_flatten_dict(dev_extras),

}

setup(
Expand Down

0 comments on commit 5f66695

Please sign in to comment.