From a02ac95538a967442ebc546b00500df2a346e38a Mon Sep 17 00:00:00 2001 From: you-n-g Date: Sat, 21 May 2022 23:50:18 +0800 Subject: [PATCH] add gym (#1104) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d95f59a25..3c49400f8 100644 --- a/setup.py +++ b/setup.py @@ -79,6 +79,7 @@ REQUIRED = [ "dataclasses;python_version<'3.7'", "filelock", "jinja2<3.1.0", # for passing the readthedocs workflow. + "gym", ] # Numpy include