BDNYC / sedkit

Spectral energy distribution construction and analysis tools
MIT License
16 stars 13 forks source link

Updates to make compatible with Python 3.12 and Numpy 2.0 #108

Open pmocz opened 1 day ago

pmocz commented 1 day ago

Python 3.12 no longer has the pkg_resources module

We also had switched from using functions, e.g., np.trapz to np.trapezoid, which means we require numpy >= 2.0, which is somewhat of a major change (other module dependencies need to be re-installed and able to run with numpy > 2.0)