Closed edwenger closed 2 years ago
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
Thanks @edwenger , will get this fixed today!
Fixed -- bumping the version in requirements.txt seemed to trigger a cache clear for Binder.
requirements.txt
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