Uh oh!
There was an error while loading. Please reload this page.
Prevent numpy >= 2.0.0 - #1117
Conversation
whyekit-motional
commented
Sep 30, 2024
Thanks for this PR @michael-hoss! Could you describe some examples where numpy 2.x is not playing nice with |
michael-hoss
commented
Sep 30, 2024
Thanks for approving @whyekit-motional! My issue was the following: I have In a CI unit test that I ran last week, apparently there was a compatibility issue with matplotlib: https://github.com/michael-hoss/perceptest/actions/runs/11070925233/job/30761621502#step:7:98 Note that I do use Python 3.10. In the older Python versions that the nuscenes-devkit officially supports, it might install numpy<2 automatically. |
numpy 2.0.0 comes with some bigger changes that I think the nuscenes-devkit is not prepared for (there are even problems for larger minor versions within numpy 1 #1055)
So I believe, the best we can do right now to enable a smooth installation of requirements is to at least prevent numpy 2