Skip to content

Commit

Permalink
Add the large_image_converter to requirements (#1109)
Browse files Browse the repository at this point in the history
This is used for some data storage
  • Loading branch information
manthey authored Apr 9, 2024
1 parent 0c81908 commit c7d475e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
# by default.
'large-image[sources];sys.platform=="linux" or sys.platform=="linux2"',
'large-image[common];sys.platform!="linux" and sys.platform!="linux2"',
'large-image-converter;sys.platform=="linux" or sys.platform=="linux2"',
'girder-slicer-cli-web',
# cli
'ctk-cli',
Expand Down

0 comments on commit c7d475e

Please sign in to comment.