File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# TensorFlow greater than this date is manylinux2010 compliant
2- tensorflow == 2.0.0-rc0
2+ tensorflow == 2.0.0-rc1
Original file line number Diff line number Diff line change 11# TensorFlow greater than this date is manylinux2010 compliant
2- tensorflow-gpu==2.0.0-rc0
2+ tensorflow-gpu==2.0.0-rc1
Original file line number Diff line number Diff line change 6969if 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 ' )
7575elif project_name == TFA_NIGHTLY :
7676 # TODO: remove if-else condition when tf-nightly supports package consolidation.
7777 if platform .system () == 'Linux' :
You can’t perform that action at this time.
0 commit comments