Skip to content

Commit 6777c55

Browse files
authored
Add crcmod to google extras (#80)
Required by `gsutil` commands when downloading composite objects from Google Cloud Storage (GCS)
1 parent c876b14 commit 6777c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
]
5050
extras["quality"] = ["isort", "ruff"]
5151
extras["inf2"] = ["optimum-neuron"]
52-
extras["google"] = ["google-cloud-storage"]
52+
extras["google"] = ["google-cloud-storage", "crcmod==1.7"]
5353

5454
setup(
5555
name="huggingface-inference-toolkit",

0 commit comments

Comments
 (0)