stared / livelossplot

Live training loss plot in Jupyter Notebook for Keras, PyTorch and others
https://p.migdal.pl/livelossplot
MIT License
1.29k stars 143 forks source link

Remove Python 3.5 from CI #127

Closed freud14 closed 3 years ago

freud14 commented 3 years ago

The dependency Pillow from matplotlib that is not compatible with Python 3.5 anymore.

stared commented 3 years ago

Well, for now we keep as it is. With the next release most likely we remove Python 3.5; but it requires other changes, also in setup.py. Version for Python 3.5 is set for an older version of matplotlib.

freud14 commented 3 years ago

Ah I see. Then there should be another fix in Github CI that could fix this.

stared commented 3 years ago

Or actually - I can drop it now; in another commit I will add changes to setup.py.