Just to open the question :
today, folium is officially depending on Jinja2, and the tests require vincent, pandas and eventually mock to run.
In practice, I guess we indirectly require numpy and maybe matplotlib or IPython, because we handle interaction with arrays, colormaps, notebook...
I wonder whether we shall extend the official dependency list ; provided that things like numpy are installed almost everywhere (?)
Just to open the question :
today, folium is officially depending on
Jinja2, and the tests requirevincent,pandasand eventuallymockto run.In practice, I guess we indirectly require
numpyand maybematplotliborIPython, because we handle interaction with arrays, colormaps, notebook...I wonder whether we shall extend the official dependency list ; provided that things like
numpyare installed almost everywhere (?)