Skip to content

Commit a8f8e13

Browse files
jkr26tensorflow-copybara
authored andcommitted
Roll-forward of tf-nightly and tfa-nightly dependencies.
Since tfa got tensorflow/addons#658 in, we should be able to roll this forward. PiperOrigin-RevId: 281995316
1 parent 2ba3db9 commit a8f8e13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN ${PIP} install --no-cache-dir \
7272
six~=1.10 \
7373
tensorflow-model-optimization~=0.1.3 \
7474
tensorflow-privacy~=0.2.0 \
75-
tf-nightly==2.1.0.dev20191015 \
75+
tf-nightly \
7676
tfa-nightly \
7777
typing~=3.7.0
7878
RUN pip freeze

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ retrying~=1.3.3
1515
six~=1.10
1616
tensorflow-model-optimization~=0.1.3
1717
tensorflow-privacy~=0.2.0
18-
tf-nightly==2.1.0.dev20191015
19-
tfa-nightly==0.7.0.dev20191105
18+
tf-nightly
19+
tfa-nightly
2020
typing~=3.7.0

0 commit comments

Comments
 (0)