Skip to content

Commit

Permalink
Rollback tflite-support to TF 2.9 compatible version. (#5253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyong Jung authored Sep 23, 2022
1 parent 3b6396a commit 8dfc87a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
| `apache-beam[gcp]` | `>=2.40,<3` | `>=2.38,<3` | Synced release train |
| `attrs` | `>=19.3.0,<22` | `>=19.3.0,<21` | Allow more recent versions |
| `pyarrow` | `>=6,<7` | `>=1,<6` | Synced release train |
| `tflite-support` | `~=0.4.2` | `>=0.1.0a1,<0.2.1` | Update to a TF-2.10 compatible version. |
| `ml-metadata` | `~=1.10.0` | `~=1.9.0` | Synced release train |
| `struct2tensor` | `~=0.41.0` | `~=0.40.0` | Synced release train |
| `tensorflow-data-validation` | `~=1.10.0` | `~=1.9.0` | Synced release train |
Expand Down
5 changes: 1 addition & 4 deletions tfx/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def make_extra_packages_tflite_support():
# Required for tfx/examples/cifar10
return [
'flatbuffers>=1.12,<3',
'tflite-support>=0.4.2,<0.4.3',
'tflite-support>=0.1.0a1,<0.2.1',
]


Expand Down Expand Up @@ -206,9 +206,6 @@ def make_extra_packages_examples():
'websocket-client>=0.57,<1',
# Required for bert examples in tfx/examples/bert
'tensorflow-text>=1.15.1,<3',
# Required for tfx/examples/cifar10
'flatbuffers>=1.12,<3',
'tflite-support>=0.4.2,<0.4.3',
# Required for tfx/examples/penguin/experimental
# LINT.IfChange
'scikit-learn>=0.23,<0.24',
Expand Down

0 comments on commit 8dfc87a

Please sign in to comment.