From 2e6e80db7932998f61be1c3d6c29d4d679cc3988 Mon Sep 17 00:00:00 2001 From: raccoonliukai <903896015@qq.com> Date: Thu, 5 Sep 2019 22:04:56 +0800 Subject: [PATCH] feat(encoder): add PCAEncoder support in gnes buster image --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59d14cc0..ae19c361 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,8 @@ 'grpcio', 'ruamel.yaml>=0.15.89', 'pyzmq>=17.1.0', - 'aiohttp'] + 'aiohttp', + 'sklearn'] # using pip install gnes[xx] is depreciated # extras_dep is kept for legacy issue, will be removed soon