lightly-ai / lightly

A python library for self-supervised learning on images.
https://docs.lightly.ai/self-supervised-learning/
MIT License
2.83k stars 246 forks source link

Require NumPy 1.x #1562

Closed philippmwirth closed 2 weeks ago

philippmwirth commented 2 weeks ago

Require NumPy 1.x

Disallow NumPy 2.0 until torchvision supports it (see #1558 for more information).

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 81.81%. Comparing base (4b58536) to head (070378a). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1562 +/- ## ========================================== - Coverage 81.84% 81.81% -0.04% ========================================== Files 144 144 Lines 6119 6119 ========================================== - Hits 5008 5006 -2 - Misses 1111 1113 +2 ```

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