Skip to content

Commit

Permalink
Merge pull request #1758 from girder/adjust-common
Browse files Browse the repository at this point in the history
Don't include cache libraries in [common]
  • Loading branch information
manthey authored Jan 7, 2025
2 parents 340bd79 + 6b33fa3 commit 4bd27a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

- Suppress a warning about nd2 files that we can't do anything about ([#1749](../../pull/1749))
- Zero empty areas in tile frames ([#1752](../../pull/1752))
- Don't include cache libraries in [common] deployments ([#1758](../../pull/1758))

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def prerelease_local_scheme(version):
# The common packages are ones that will install on Ubuntu, OSX, and Windows
# from pypi with all needed dependencies.
extraReqs['common'] = list(set(itertools.chain.from_iterable(extraReqs[key] for key in {
'memcached', 'redis', 'colormaps', 'performance',
'colormaps', 'performance',
'deepzoom', 'dicom', 'multi', 'nd2', 'openslide', 'test', 'tifffile',
'zarr',
})) | {
Expand Down

0 comments on commit 4bd27a2

Please sign in to comment.