Skip to content

Commit

Permalink
FIX-#2234: update dask_deps in setup.py (#2325)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Oct 28, 2020
1 parent ed69517 commit 23b4408
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 @@ -37,7 +37,7 @@ def is_pure(self):
return False


dask_deps = ["dask>=2.12.0", "distributed>=2.12.0"]
dask_deps = ["dask>=2.12.0,<=2.19.0", "distributed>=2.12.0,<=2.19.0"]
ray_deps = ["ray>=1.0.0", "pyarrow<0.17"]
remote_deps = ["rpyc==4.1.5", "cloudpickle==1.4.1", "boto3==1.4.8"]

Expand Down

0 comments on commit 23b4408

Please sign in to comment.