eth-easl / modyn

Modyn is a research-platform for training ML models on growing datasets.
MIT License
22 stars 3 forks source link

Pin numpy to the last stable version #514

Closed XianzheMa closed 1 month ago

XianzheMa commented 1 month ago

Numpy releases yesterday (16 June 2024) 2.0, which causes the current CI failures. This PR pins numpy to the last stable version to not block development.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 82.14%. Comparing base (5ad108a) to head (c005c41). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #514 +/- ## ========================================== - Coverage 82.18% 82.14% -0.04% ========================================== Files 214 214 Lines 9961 9962 +1 ========================================== - Hits 8186 8183 -3 - Misses 1775 1779 +4 ```

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

github-actions[bot] commented 1 month ago

Line Coverage: -% ( % to main) Branch Coverage: -% ( % to main)

MaxiBoether commented 1 month ago

i just squashed this since unit tests ran through and i dont expect this to break integration tests. unblocks the other PRs a bit