Skip to content

Commit

Permalink
chore: update to cloudvolume version with raw LRU cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dodamih authored and nkemnitz committed Dec 20, 2024
1 parent 793a75d commit eef1138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ augmentations = [
]
cli = ["click == 8.0.1"]
cloudvol = [
"cloud-volume[all_codecs] ~= 11.0.2", # support for NaN bg color
"cloud-volume[all_codecs] ~= 11.1.0", # raw LRU cache support
"zetta_utils[tensor_ops]",
]
tensorstore = [
Expand Down
1 change: 1 addition & 0 deletions zetta_utils/layer/volumetric/cloudvol/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def _set_cv_defaults(self):
self.cv_kwargs.setdefault("fill_missing", True)
self.cv_kwargs.setdefault("delete_black_uploads", True)
self.cv_kwargs.setdefault("agglomerate", True)
self.cv_kwargs.setdefault("lru_encoding", "raw")

@property
def name(self) -> str: # pragma: no cover
Expand Down

0 comments on commit eef1138

Please sign in to comment.