Unverified Commit 7535d92e authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Pin protobouf that breaks TensorBoard in PyTorch (#17440)

parent 2295bcae
......@@ -132,7 +132,7 @@ _deps = [
"packaging>=20.0",
"parameterized",
"phonemizer",
"protobuf",
"protobuf<=3.20.1",
"psutil",
"pyyaml>=5.1",
"pydantic",
......@@ -293,6 +293,7 @@ extras["testing"] = (
"nltk",
"GitPython",
"hf-doc-builder",
"protobuf", # Can be removed once we can unpin protobuf
"sacremoses",
"rjieba"
)
......
......@@ -38,7 +38,7 @@ deps = {
"packaging": "packaging>=20.0",
"parameterized": "parameterized",
"phonemizer": "phonemizer",
"protobuf": "protobuf",
"protobuf": "protobuf<=3.20.1",
"psutil": "psutil",
"pyyaml": "pyyaml>=5.1",
"pydantic": "pydantic",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment