Hi,
Thank you very much for the suggestion!
We were also encountering issues with NumPy 2.0 (some dependencies require <2.0, so we can't upgrade), and changing stable = True to kind = 'stable' resolved everything for us locally.
However, we’re wondering whether this change will persist when we submit our code. Specifically, if the challenge organizers overwrite helper_code.py with its original version during submission processing, the fix our code relies on would be reverted, which would make it crash again.
Could you please confirm whether any changes we make to helper_code.py will be retained in the version executed on your system?
Additionally, in your previous message, you mentioned that the evaluation will run in your own environment. Since this evaluation presumably involves loading and invoking our model, we’re wondering how you will be able to install libraries that our model code imports that might not be part of your environment?
Thank you again for your support!
Best regards,
Lucas Erlacher