InstituteforDiseaseModeling/covasim

Covasim tutorials on Binder fail on sciris import

edwenger opened this issue · 2 comments

Binder-hosted covasim tutorials fails on sciris import (specifically some deprecated matplotlib.colors function calls from sc_colors.py)

Screen Shot 2022-10-28 at 14 00 51

Looks as if pip install sciris==2.0.3 (instead of 2.02, which the tutorial loads by default) is the fix.
https://github.com/sciris/sciris/blame/develop/sciris/sc_colors.py

Thanks @edwenger , will get this fixed today!

Fixed -- bumping the version in requirements.txt seemed to trigger a cache clear for Binder.