Covasim tutorials on Binder fail on sciris import
edwenger opened this issue · 2 comments
edwenger commented
Binder-hosted covasim tutorials fails on sciris import (specifically some deprecated matplotlib.colors function calls from sc_colors.py)
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
cliffckerr commented
Thanks @edwenger , will get this fixed today!
cliffckerr commented
Fixed -- bumping the version in requirements.txt
seemed to trigger a cache clear for Binder.