Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 643225735
  • Loading branch information
vkarampudi authored and tfx-copybara committed Jun 18, 2024
1 parent f739337 commit e49de35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions test_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@
# dependencies.

# TODO(b/321609768): Remove pinned Flask-session version after resolving the issue.
Flask-session<0.6.0

#TODO(b/329181965): Remove once we migrate TFX to 2.16.
tensorflow<2.16
tensorflow-text<2.16
Flask-session<0.6.0
2 changes: 1 addition & 1 deletion tfx/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def make_extra_packages_tfdf():
# Required for tfx/examples/penguin/penguin_utils_tfdf_experimental.py
return [
# NOTE: TFDF 1.0.1 is only compatible with TF 2.10.x.
'tensorflow-decision-forests>=1.0.1,<1.9',
'tensorflow-decision-forests>=1.0.1,<2',
]


Expand Down

0 comments on commit e49de35

Please sign in to comment.