Skip to content

Commit

Permalink
FIX-#40: Get rid of pandas dependency for Ray backend (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
  • Loading branch information
YarShev committed Nov 22, 2021
1 parent 64167f8 commit 5b3784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Get the long description from the README file
long_description = (here / "README.md").read_text(encoding="utf-8")

ray_deps = ["ray[default]", "pandas"]
ray_deps = ["ray[default]"]
dask_deps = ["dask[complete]>=2.22.0", "distributed>=2.22.0"]
mpi_deps = ["pandas", "msgpack"]
if sys.version_info[1] < 8:
Expand Down

0 comments on commit 5b3784f

Please sign in to comment.