Skip to content

Commit

Permalink
Merge pull request #1637 from girder/optional-dependencies
Browse files Browse the repository at this point in the history
Add another extras dependency to improve plotting
  • Loading branch information
manthey authored Sep 12, 2024
2 parents 5e7184e + caf75b9 commit ec8c212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions girder_annotation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def prerelease_local_scheme(version):
],
extras_require={
'compute': [
'openpyxl',
'pandas',
'umap-learn',
],
'tasks': [
Expand Down

0 comments on commit ec8c212

Please sign in to comment.