Developers helping developers. TFX-Addons is a collection of community projects to build new components, examples, libraries, and tools for TFX. The projects are organized under the auspices of the special interest group, SIG TFX-Addons. Join the group at http://goo.gle/tfx-addons-group
Current last version may not resolve feast dep due to feast>=0.23 upgrading their numpy version which does not resolve on py 3.7.
This is an attempt to fix it before we drop py 3.7.
Updated minimal version supported which grants a new release but it was needed as I couldn't find a way to make it work with the existing versions without having to pin the entirety of Google repos.
Current last version may not resolve feast dep due to feast>=0.23 upgrading their numpy version which does not resolve on py 3.7.
This is an attempt to fix it before we drop py 3.7.
Updated minimal version supported which grants a new release but it was needed as I couldn't find a way to make it work with the existing versions without having to pin the entirety of Google repos.
Also had to upgrade isort in pre-commit due to an issue in the dependency as seen in https://github.com/home-assistant/core/issues/86892