graphics icon indicating copy to clipboard operation
graphics copied to clipboard

PyPI release broken

Open dmho418 opened this issue 3 years ago • 0 comments

How to reproduce:

  • pip install tensorflow-graphics: this installs version 2021.12.3.
  • Run python -c "import tensorflow_graphics as tfg; tfg.image"
  • It returns AttributeError: module 'tensorflow_graphics' has no attribute 'image'.
  • Do pip install tensorflow-graphics==1.0.0 and it works as expected.

dmho418 avatar May 14 '22 09:05 dmho418