From a935f1e4de7d800c972aca4ab6f5c5701fba4158 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 2 May 2023 19:27:01 +0200 Subject: [PATCH] Remove no longer necessary dependency from setup.py --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index 512e112a8..38e1ec4bb 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,6 @@ freqai_rl = [ 'gymnasium', 'stable-baselines3', 'sb3-contrib', - 'setuptools', 'tqdm' ] @@ -107,12 +106,9 @@ setup( 'janus', 'ast-comments', 'aiohttp', - 'blosc', 'cryptography', 'httpx', 'python-dateutil', - 'tables' - ], extras_require={ 'dev': all_extra,