Skip to content

Commit

Permalink
support tfx 1.9 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
casassg authored Aug 18, 2022
1 parent 473315a commit 35e2253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tfx_addons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@

# Required TFX version [min, max)
_INCLUSIVE_MIN_TFX_VERSION = "1.4.0"
_EXCLUSIVE_MAX_TFX_VERSION = "1.9.0"
_EXCLUSIVE_MAX_TFX_VERSION = "1.10.0"
_TFXVERSION_CONSTRAINT = (
f">={_INCLUSIVE_MIN_TFX_VERSION},<{_EXCLUSIVE_MAX_TFX_VERSION}")
_CI_MAX_CONSTRAINTS = ["tfx~=1.8.0", "tensorflow~=2.8.0"]
_CI_MAX_CONSTRAINTS = ["tfx~=1.9.0", "tensorflow~=2.9.0"]
_CI_MIN_CONSTRAINTS = [
f"tfx~={_INCLUSIVE_MIN_TFX_VERSION}", "tensorflow~=2.6.0",
"apache-beam[gcp]<2.35"
Expand Down

0 comments on commit 35e2253

Please sign in to comment.