From 58ca2bad3cd2f775cd0cfa3e1e438f58f81e9834 Mon Sep 17 00:00:00 2001 From: Zhenwen Dai Date: Mon, 29 Oct 2018 17:17:32 +0000 Subject: [PATCH] update the version requirement for matplotlib --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ab7e85a0..5ab18557 100644 --- a/setup.py +++ b/setup.py @@ -164,7 +164,7 @@ setup(name = 'GPy', 'optional':['mpi4py', 'ipython>=4.0.0', ], - 'plotting':['matplotlib >= 1.3', + 'plotting':['matplotlib >= 3.0', 'plotly >= 1.8.6'], 'notebook':['jupyter_client >= 4.0.6', 'ipywidgets >= 4.0.3', @@ -185,7 +185,7 @@ setup(name = 'GPy', 'Intended Audience :: Developers', 'Topic :: Software Development', 'Topic :: Software Development :: Libraries :: Python Modules', - + ] )