Skip to content

Commit

Permalink
Prepare for 0.13.0rc1 release, fixing run_executor script.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 245489783
  • Loading branch information
tfx-team committed Apr 26, 2019
1 parent e716300 commit 5864e37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
* Initial version of following orchestration platform supported:
* Kubeflow
* Added TensorFlow Model Analysis Colab example
* Supported split ratio for ExampleGen components.
* Supported split ratio for ExampleGen components
* Supported running a single executor independently

## Bug fixes and other changes

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _make_extra_packages_docker_image():
# Packages needed for tfx docker image.
return [
'python-snappy>=0.5,<0.6',
'tensorflow>=1.13,<2',
'tensorflow>=1.13.1,<2',
]


Expand Down Expand Up @@ -157,7 +157,6 @@ def _make_extra_packages_docker_image():
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4',
packages=find_packages(),
include_package_data=True,
# TODO(b/124941876): Update with proper description.
description='TensorFlow Extended (TFX) is a TensorFlow-based general-purpose machine learning platform implemented at Google',
long_description=_LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion tfx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of TFX."""

# Note that setup.py uses this version.
__version__ = '0.13.0rc0'
__version__ = '0.13.0rc1'

0 comments on commit 5864e37

Please sign in to comment.