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",
|
"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"] = (
|
|||||||
"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 = {
|
|||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user