Skip to content

Commit

Permalink
chore(pyproject.toml): ensure CloudVolume supports NaN bgcolor
Browse files Browse the repository at this point in the history
  • Loading branch information
nkemnitz committed Oct 22, 2024
1 parent cd2183a commit 0bc5a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"pyyaml ~= 6.0.1",
"requests==2.31.0", # version conflicts otherwise
"requests-oauthlib==1.3.1", # version conflicts otherwise
"cloud-files == 4.20.1",
"cloud-files >= 4.24.0",
"packaging >= 23.2",
"pdbp >= 1.5.3",
"boto3 == 1.28.4",
Expand Down Expand Up @@ -54,7 +54,7 @@ augmentations = [
]
cli = ["click == 8.0.1"]
cloudvol = [
"cloud-volume == 8.27.0",
"cloud-volume[all_codecs] ~= 11.0.2", # support for NaN bg color
"zetta_utils[tensor_ops]",
]
tensorstore = [
Expand Down

0 comments on commit 0bc5a10

Please sign in to comment.