You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I maintain a repository which has a small dependency on TF-IO. We have to manually track the TF-IO and TF versions with the table in the readme, and update both at the same time.
However, there are sufficient tools to manage this dependency automatically! It seems like the 'extras_require' field can easily include the Tensorflow version pinning, and remove the need for downstream users to worry about the versioning.
The text was updated successfully, but these errors were encountered:
Hello! I maintain a repository which has a small dependency on TF-IO. We have to manually track the TF-IO and TF versions with the table in the readme, and update both at the same time.
However, there are sufficient tools to manage this dependency automatically! It seems like the 'extras_require' field can easily include the Tensorflow version pinning, and remove the need for downstream users to worry about the versioning.
The text was updated successfully, but these errors were encountered: