plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

LooseVersion is deprecated, use packaging.version instead

Open hoxbro opened this issue 3 years ago • 0 comments

I'm getting a DeprecationWarning when this line is run.

https://github.com/plotly/plotly.py/blob/00c18fd0d09a21f7d0f54c383ff5258fe1ff7d28/packages/python/plotly/plotly/graph_objs/init.py#L272

DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.

hoxbro avatar Sep 20 '22 09:09 hoxbro