From 94a873fc4dd20a656acd90fd64c7ce2c9b05d66f Mon Sep 17 00:00:00 2001 From: Akash Patel <17132214+acxz@users.noreply.github.com> Date: Sun, 10 Jan 2021 15:09:27 -0500 Subject: [PATCH] remove empty extras streaming deps (#12933) --- python/setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 7bbf28cb5..18d012b99 100644 --- a/python/setup.py +++ b/python/setup.py @@ -116,8 +116,6 @@ extras["rllib"] = extras["tune"] + [ "scipy", ] -extras["streaming"] = [] - extras["all"] = list(set(chain.from_iterable(extras.values()))) # These are the main dependencies for users of ray. This list