tensorflow / tfx-addons

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
Apache License 2.0
125 stars 64 forks source link

Pin down feast dependency #203

Closed casassg closed 1 year ago

casassg commented 1 year ago

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

github-actions[bot] commented 1 year ago

Thanks for the PR! :rocket:

Instructions: Approve using /lgtm and mark for automatic merge by using /merge.

casassg commented 1 year ago

/merge

codesue commented 1 year ago

/lgtm

github-actions[bot] commented 1 year ago

Merged with approvals from codesue - thanks for the contribution! :tada: