eliasdoehne / stellaris-dashboard

A graph dashboard and event log for Stellaris.
122 stars 14 forks source link

Python 3.12 compatibility #155

Closed chennin closed 2 months ago

chennin commented 2 months ago

Update numpy, PyYAML, scipy, matplotlib to the latest, enabling use on Python 3.12

Fix DeprecationWarning The 'warn' method is deprecated, use 'warning' instead (present in 3.10)

Fixes #154