maho3 / ltu-ili

Robust ML in Astro
https://ltu-ili.readthedocs.io/en/latest/
46 stars 9 forks source link

removing the torch<2.0 requirement in setup.cfg #144

Closed maho3 closed 7 months ago

maho3 commented 7 months ago

sbi now works natively with torch>=2.0. Also, the torch<2 restriction seems to break installations on some Mac machines. So, this PR removes the restriction.

codecov-commenter commented 7 months ago

Codecov Report

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

Project coverage is 96.88%. Comparing base (79d6f8a) to head (dfce3d9).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #144 +/- ## ========================================== + Coverage 96.82% 96.88% +0.06% ========================================== Files 23 23 Lines 1605 1605 ========================================== + Hits 1554 1555 +1 + Misses 51 50 -1 ```

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