materialsproject / pyrho

https://materialsproject.github.io/pyrho/
Other
37 stars 7 forks source link

Fix `python = 3.12` incompatibility #120

Closed kavanase closed 2 days ago

kavanase commented 1 month ago

Small fix to allow python=3.12 compatibility, as pkg_resources has now been fully deprecated: https://github.com/mu-editor/mu/issues/2485

Contributor Checklist

kavanase commented 1 month ago

The failing tests are due to other updates external to this fix

kavanase commented 2 weeks ago

Just bumping this. This code should fix the issue, which is still causing our tests to fail