From adaa732bf7f1c95fe1a1b325086e6bdbf4100bc7 Mon Sep 17 00:00:00 2001 From: Benjamin Chess Date: Fri, 7 Jun 2019 15:20:06 -0700 Subject: [PATCH] pin matplotlib to 3.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3c6c4cae1..d1d380e5e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'gym[atari,box2d,classic_control]>=0.10.8', 'ipython', 'joblib', - 'matplotlib', + 'matplotlib==3.0.2', 'mpi4py', 'mujoco-py<2.1,>=2.0', 'numpy',