tensorflow / io

Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO
Apache License 2.0
706 stars 287 forks source link

Tensorflow version-pinning should be reflected in setup.py. #1956

Open sdenton4 opened 8 months ago

sdenton4 commented 8 months ago

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.

sdenton4 commented 8 months ago

Added a pull request here, for example: https://github.com/tensorflow/io/pull/1957