nschloe / tikzplotlib

:bar_chart: Save matplotlib figures as TikZ/PGFplots for smooth integration into LaTeX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tikzplotlib 0.9.13 falsely claims to be compatible with Python 3.6

Sbozzolo opened this issue · comments

Because of commit f1c0c09, tikzplotlib 0.9.13 is not compatible with Python 3.6 (see here for my failing CI. However, the requirements still specify that Python 3.6 is supported (see PyPI). This "breaks" the dependency solver in poetry. If I set that my package supports python >= 3.6, poetry will find that most updated version of tikzplotlib that I can use is 0.9.13.

I don't know if it is possible to retroactively fix this. The alternative is for me to force tikztplotlib to version 0.9.12 when Python 3.6 is used.

I'll release a new version and yank the old from pypi.

I saw that 0.9.13 is already yanked.

screenshot

There's nothing more I can do here. Perhaps a bug in Poetry?

Sorry for the noise. It is poetry that does not support yanked releases: python-poetry/poetry#2453