Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -100,7 +100,7 @@ def make_required_install_packages():
# Pip might stuck in a TF 1.15 dependency although there is a working
# dependency set with TF 2.x without the sync.
# pylint: disable=line-too-long
'tensorflow' + select_constraint('>=2.15.0,<2.16'),
'tensorflow' + select_constraint('>=2.16.0,<2.17'),
# pylint: enable=line-too-long
'tensorflow-hub>=0.15.0,<0.16',
'tensorflow-data-validation'
Expand Down