Pin protobouf that breaks TensorBoard in PyTorch (#17440)
This commit is contained in:
committed by
Sylvain Gugger
parent
6e535425fe
commit
9c1d8d84fa
3
setup.py
3
setup.py
@@ -131,7 +131,7 @@ _deps = [
|
||||
"packaging>=20.0",
|
||||
"parameterized",
|
||||
"phonemizer",
|
||||
"protobuf",
|
||||
"protobuf<=3.20.1",
|
||||
"psutil",
|
||||
"pyyaml>=5.1",
|
||||
"pydantic",
|
||||
@@ -291,6 +291,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