Closed ReimarBauer closed 6 years ago
v1.2.0rel tagged by @WeatherGod
ETA on replacing the depreciated methods? Work around for time being?
Install basemap from conda-forge. It has release v1.2.0 available, which has this fix.
@WeatherGod - Thanks!
you can now install basemap from git. Release v1.2.0 is available
pip install -U git+https://github.com/matplotlib/basemap.git
Hi there
as this issue is already fixed, please tag 1.1.1 so that we can make a new build on conda-forge.
I found this by CicleCI trying to build our tool
installed packages
Problem
from matplotlib.cbook import is_scalar, dedent ImportError: cannot import name 'is_scalar'
Looks like is_scalar was moved or renamed