Colab demo won't pip install (scipy dependency)

I’m trying to run the Google Colab Mapillary demo and the pip install command returns an error:
ERROR: Cannot install mapillary==0.0.15, mapillary==0.0.16, mapillary==0.0.17,…

The conflict is caused by:
mapillary 1.0.12 depends on scipy==1.7.3 (and so on to: mapillary 0.0.15 depends on scipy==1.7.1)

Finally, it tells me:
ERROR: ResolutionImpossible:

Is there a way around this in Google Colab?

@chrisbeddow do you know? I think we link to this colab from Tutorial Intro | Mapillary Python SDK which I’m guessing you made?