This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Description
Expected Behavior
The MCT dependency of TFMA < 0.42 is limiting the TFX Addons update of TFX dependency.
Details around the TFMA releases: https://github.com/tensorflow/model-analysis/releases
Changes with biggest impact on MCT:
- 0.44 drops Py3.7 support, requires TF >= 2.12, tfx-bsl>=1.13.0,<1.14.0
- 0.43 depends on tensorflow>=2.11,<3, tfx-bsl>=1.2.0,<1.13.0
Questions:
Which TF version should we support?
Should we make the TFMA dependency conditional to the underlying TF version?