Skip to content

Commit

Permalink
Remove typing from setup.py install_requirements. (#4971)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored and devin-petersohn committed Jun 12, 2019
1 parent 89ca5ee commit d2f5b71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
]
Expand Down

0 comments on commit d2f5b71

Please sign in to comment.