Skip to content

Commit 724763c

Browse files
committed
XXX: TF deps
Signed-off-by: format 2020.06.15 <github.com/ChrisCummins/format>
1 parent b69d036 commit 724763c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ networkx>=2.2
1010
numpy >= 1.16.0, < 1.19.0
1111
pandas>=0.24.1
1212
pathlib>=1.0.1
13-
protobuf>=3.9.2
13+
protobuf>=3.13.0
1414
psutil>=5.4.5
1515
pyparsing>=2.2.0
1616
python-dateutil>=2.6.1
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)