From d2f5b71c3bc93e5c9727d3be534ffce2f61277af Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Wed, 12 Jun 2019 15:02:12 -0700 Subject: [PATCH] Remove typing from setup.py install_requirements. (#4971) --- python/setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 10eea24f1310d..db8676042de93 100644 --- a/python/setup.py +++ b/python/setup.py @@ -148,8 +148,6 @@ def find_version(*filepath): # NOTE: Don't upgrade the version of six! Doing so causes installation # problems. See https://github.com/ray-project/ray/issues/4169. "six >= 1.0.0", - # The typing module is required by modin. - "typing", "flatbuffers", "faulthandler;python_version<'3.3'", ]