cta-observatory / pyirf

Python IRF builder
https://pyirf.readthedocs.io/en/stable/
MIT License
15 stars 25 forks source link

Fix scipy to <1.12 #279

Closed RuneDominik closed 7 months ago

RuneDominik commented 7 months ago

With the recent release of scipy 1.12.0 the API of scipy.optimize.RootResults seems to have changed in a way gammapy does not yet provide. Fixing scipy to 1.11.4 should offer a temporary workaround.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (273afd6) 95.40% compared to head (ea1a8d5) 95.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #279 +/- ## ======================================= Coverage 95.40% 95.40% ======================================= Files 60 60 Lines 3135 3135 ======================================= Hits 2991 2991 Misses 144 144 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.