Skip to content

Commit

Permalink
FEAT-modin-project#2796: Include spreadsheet in all deps
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Lin <richard.lin.047@berkeley.edu>
  • Loading branch information
richardlin047 committed Mar 3, 2021
1 parent 4d6605e commit 6e4e223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@ def is_pure(self):
remote_deps = ["rpyc==4.1.5", "cloudpickle==1.4.1", "boto3==1.4.8"]
spreadsheet_deps = ["modin-spreadsheet>=0.1.0"]

all_deps = dask_deps + ray_deps + remote_deps
all_deps = dask_deps + ray_deps + remote_deps + spreadsheet_deps

setup(
name="modin",
Expand Down

0 comments on commit 6e4e223

Please sign in to comment.