Skip to content

Commit 32ebc85

Browse files
committed
BLD: built on 2.0.0-rc1
1 parent cb52e05 commit 32ebc85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build_deps/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# TensorFlow greater than this date is manylinux2010 compliant
2-
tensorflow==2.0.0-rc0
2+
tensorflow==2.0.0-rc1

build_deps/requirements_gpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# TensorFlow greater than this date is manylinux2010 compliant
2-
tensorflow-gpu==2.0.0-rc0
2+
tensorflow-gpu==2.0.0-rc1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
if project_name == TFA_RELEASE:
7070
# TODO: remove if-else condition when tf supports package consolidation.
7171
if platform.system() == 'Linux':
72-
REQUIRED_PACKAGES.append('tensorflow-gpu == 2.0.0-rc0')
72+
REQUIRED_PACKAGES.append('tensorflow-gpu == 2.0.0-rc1')
7373
else:
74-
REQUIRED_PACKAGES.append('tensorflow == 2.0.0-rc0')
74+
REQUIRED_PACKAGES.append('tensorflow == 2.0.0-rc1')
7575
elif project_name == TFA_NIGHTLY:
7676
# TODO: remove if-else condition when tf-nightly supports package consolidation.
7777
if platform.system() == 'Linux':

0 commit comments

Comments
 (0)