graphics
graphics copied to clipboard
PyPI release broken
How to reproduce:
-
pip install tensorflow-graphics: this installs version2021.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.0and it works as expected.