From 9650ddac3174c8f5ffdf7045e039f976656a4306 Mon Sep 17 00:00:00 2001 From: czonzhu Date: Sat, 27 Jul 2024 21:06:19 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16116a784..8e77df0e6 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'gym[atari,box2d,classic_control]~=0.15.3', 'ipython', 'joblib', - 'matplotlib==3.1.1', + 'matplotlib', 'mpi4py', 'numpy', 'pandas',