Pin protobouf that breaks TensorBoard in PyTorch (#17440)
This commit is contained in:
3
setup.py
3
setup.py
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user