Skip to content

Commit

Permalink
fix: update cloudvolume to 11.1.4 to fix LRU cache memory issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dodamih committed Jan 31, 2025
1 parent 303511d commit d1c2be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ augmentations = [
]
cli = ["click == 8.0.1"]
cloudvol = [
"cloud-volume[all_codecs] ~= 11.1.2", # raw LRU cache support
"cloud-volume[all_codecs] ~= 11.1.4", # raw LRU cache support
"zetta_utils[tensor_ops]",
]
tensorstore = [
Expand Down

0 comments on commit d1c2be8

Please sign in to comment.