cositools / cosipy

The COSI high-level data analysis tools
Apache License 2.0
3 stars 16 forks source link

Revert scipy version constraint once speclite has a new release #193

Open krishnatejavedula opened 6 days ago

krishnatejavedula commented 6 days ago

Currently, we have constrained the scipy version to <=1.13.0 (PR #192) due to the deprecation of the 'trapz' function in favor of 'trapezoid', which affects the 3ML and speclite dependencies.

To ensure compatibility and passing tests, we should:

  1. Monitor for a new release of speclite that addresses the 'trapz' function deprecation.
  2. Once speclite has a new release, update the scipy version constraint and verify that all dependencies and tests are functioning correctly.
israelmcmc commented 6 days ago

Corresponding issue on the speclite repo: https://github.com/desihub/speclite/pull/87