File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
third_party/py/tensorflow Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ networkx>=2.2
1010numpy >= 1.16.0 , < 1.19.0
1111pandas >= 0.24.1
1212pathlib >= 1.0.1
13- protobuf >= 3.9.2
13+ protobuf >= 3.13.0
1414psutil >= 5.4.5
1515pyparsing >= 2.2.0
1616python-dateutil >= 2.6.1
Original file line number Diff line number Diff line change 1+ tensorflow == 2.3.0
2+ # Tensorflow requirements
3+ # https://github.com/tensorflow/tensorflow/blob/f3a015274fadab00ec8cad92af2a968e0ecd434f/tensorflow/tools/pip_package/setup.py#L54-L73
4+ absl-py >= 0.7.0
5+ astunparse == 1.6.3
6+ flatbuffers >= 1.12
7+ gast == 0.3.3
8+ google_pasta >= 0.1.8
9+ h5py >= 2.10.0 , < 2.11.0
10+ keras_preprocessing >= 1.1.1 , < 1.2
11+ numpy >= 1.16.0 , < 1.19.0
12+ opt_einsum >= 2.3.2
13+ protobuf >= 3.13.0
14+ tensorboard >= 2.3.0 , < 3
15+ tensorflow_estimator >= 2.3.0 , < 2.4.0
16+ termcolor >= 1.1.0
17+ wrapt >= 1.11.1
18+ wheel >= 0.26
19+ six >= 1.12.0
You can’t perform that action at this time.
0 commit comments