Cloud run fails to parse module versions

I explicitly set
import numpy as np # == 1.24.3
in my .ipynb, but when I submit the notebook, in automatically formed requirements.txt I see numpy==1.25.2 which leads to a failed submission due to modules conflict. How to fix that?

@enzo hi, are you an organizer? Or maybe you know their tags? Thank you

Yes I am part of the organizers.

Yesterday we tried an experiment that completly failed…
If you re-submit now, the version should be the same as you provided.

1 Like