teamtomo / membrain-seg

membrane segmentation in 3D for cryo-ET
Other
47 stars 12 forks source link

fix numpy < 2.0.0 #72

Closed LorenzLamm closed 4 days ago

LorenzLamm commented 4 days ago

Numpy 2.0.0 is causing some issues in some dependencies, e.g. MONAI.

This PR should fix issues https://github.com/teamtomo/membrain-seg/issues/70 and https://github.com/teamtomo/membrain-seg/issues/71

codecov-commenter commented 4 days ago

Codecov Report

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

Project coverage is 0.00%. Comparing base (bea5ae0) to head (b997397). Report is 7 commits behind head on main.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #72 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 40 46 +6 Lines 1411 1620 +209 ====================================== - Misses 1411 1620 +209 ```

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

GenevieveBuckley commented 4 days ago

My colleague tried this out (coincidentally right after you merged this PR) and says everything about the installation worked perfectly for him on two different machines.

LorenzLamm commented 2 days ago

Perfect, thanks a lot for the feedback :)