File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 14
14
# ==============================================================================
15
15
"""tensorflow_docs is a package for generating python api-reference docs."""
16
16
17
- import subprocess
18
17
import sys
19
18
20
19
from setuptools import find_packages
30
29
'absl-py' ,
31
30
'jinja2' ,
32
31
'nbformat' ,
33
- # TODO(b/182876485): Protobuf 3.20 results in linker errors on Windows
34
- # Protobuf 4.0 is binary incompatible with what C++ TF uses.
35
- # We need ~1 quarter to update properly.
36
- # See also: https://github.com/tensorflow/tensorflow/issues/53234
37
- # See also: https://github.com/protocolbuffers/protobuf/issues/9954
38
- # See also: https://github.com/tensorflow/tensorflow/issues/56077
39
- # This is a temporary patch for now, to patch previous TF releases.
40
- 'protobuf >= 3.12.0, < 3.20' ,
32
+ 'protobuf' ,
41
33
'pyyaml' ,
42
34
]
43
35
You can’t perform that action at this time.
0 commit comments