From 05e6e8be727478c0073270812119cfaecf072cdc Mon Sep 17 00:00:00 2001 From: spencerfolk Date: Wed, 20 Dec 2023 20:42:37 -0500 Subject: [PATCH] Added gym as a dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d97d95..dd73835 100644 --- a/setup.py +++ b/setup.py @@ -19,5 +19,5 @@ setup( 'pandas', 'ndsplines', 'timeout_decorator', - 'tqdm', + 'tqdm' 'gymnasium'])