Skip to content

Commit

Permalink
Include the converter in the Girder task dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Dec 6, 2021
1 parent 600e4d5 commit a21a472
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## Version 1.8.9

### Changes
- Include the converter in the girder tasks dependency ([#707](../../pull/707))

## Version 1.8.8

### Changes
Expand Down
1 change: 1 addition & 0 deletions utilities/tasks/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def prerelease_local_scheme(version):
extras_require={
'girder': [
# Dependencies required on the producer (Girder) side.
'large-image-converter',
],
'worker': [
# Dependencies required on the consumer (Girder Worker) side.
Expand Down

0 comments on commit a21a472

Please sign in to comment.