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 = [ ...@@ -132,7 +132,7 @@ _deps = [
"packaging>=20.0", "packaging>=20.0",
"parameterized", "parameterized",
"phonemizer", "phonemizer",
"protobuf", "protobuf<=3.20.1",
"psutil", "psutil",
"pyyaml>=5.1", "pyyaml>=5.1",
"pydantic", "pydantic",
...@@ -293,6 +293,7 @@ extras["testing"] = ( ...@@ -293,6 +293,7 @@ extras["testing"] = (
"nltk", "nltk",
"GitPython", "GitPython",
"hf-doc-builder", "hf-doc-builder",
"protobuf", # Can be removed once we can unpin protobuf
"sacremoses", "sacremoses",
"rjieba" "rjieba"
) )
......
...@@ -38,7 +38,7 @@ deps = { ...@@ -38,7 +38,7 @@ deps = {
"packaging": "packaging>=20.0", "packaging": "packaging>=20.0",
"parameterized": "parameterized", "parameterized": "parameterized",
"phonemizer": "phonemizer", "phonemizer": "phonemizer",
"protobuf": "protobuf", "protobuf": "protobuf<=3.20.1",
"psutil": "psutil", "psutil": "psutil",
"pyyaml": "pyyaml>=5.1", "pyyaml": "pyyaml>=5.1",
"pydantic": "pydantic", "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