Skip to content

Commit

Permalink
Depends on kfp-pipeline-spec>=0.1.2,<0.2 in docker image and versio…
Browse files Browse the repository at this point in the history
…n update for TFX 0.25.0-rc2

* Update RELEASE.md

* Update dependencies.py

* Update version.py
  • Loading branch information
dhruvesh09 authored Nov 16, 2020
1 parent f212821 commit 26a355a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
to `tfx-template/data/taxi`.
* Depends on `apache-beam[gcp]>=2.25,<3`.
* Depends on `attrs>=19.3.0,<21`.
* Depends on `kfp-pipeline-spec>=0.1.0,<0.2`.
* Depends on `kfp-pipeline-spec>=0.1.2,<0.2`.
* Depends on `kfp>=1.1.0,<2`.
* Depends on `ml-metadata>=0.25,<0.26`.
* Depends on `tensorflow-cloud>=0.1,<0.2`.
Expand Down
1 change: 1 addition & 0 deletions tfx/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def make_extra_packages_test():
def make_extra_packages_docker_image():
# Packages needed for tfx docker image.
return [
'kfp-pipeline-spec>=0.1.2,<0.2',
'mmh>=2.2,<3',
'python-snappy>=0.5,<0.6',
]
Expand Down
2 changes: 1 addition & 1 deletion tfx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Contains the version string of TFX."""

# Note that setup.py uses this version.
__version__ = '0.25.0-rc1'
__version__ = '0.25.0-rc2'

0 comments on commit 26a355a

Please sign in to comment.