From 5c1da1120c32054bea1d4b77137dbe21a9fbcf0a Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Mon, 26 Sep 2016 17:24:37 -0400 Subject: [PATCH] BUG: PyFolio depends on seaborn>=0.7.0 for swarmplot. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cb65cdd..77863584 100755 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ 'python-dateutil>=2.4.2', 'pytz>=2014.10', 'scipy>=0.14.0', - 'seaborn>=0.6.0', + 'seaborn>=0.7.1', 'pandas-datareader>=0.2', 'scikit-learn>=0.17', 'empyrical>=0.1.11',