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