Skip to content

Commit 731692f

Browse files
authored
Relax google-cloud-storage to allow 3.x as well. (#257)
1 parent 2c18589 commit 731692f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"rich>=12.1,<14.0",
2424
"filelock>=3.4,<4.0",
2525
"boto3>=1.0,<2.0",
26-
"google-cloud-storage>=1.32.0,<3.0",
26+
"google-cloud-storage>=1.32.0,<4.0",
2727
"huggingface-hub>=0.8.1,<2.0",
2828
"packaging",
2929
]

0 commit comments

Comments
 (0)