Drop dependency on seaborn
This should speed up imports by about 0.3 seconds. We are only using Seaborn for configuring styles, and Matplotlib now ships with Seaborn stylesheets.
The only place where we used Seaborn directly was the coherence plots. Here's the example plot from the docs before this patch:
And after this patch:
Edited by Leo P. Singer