Skip to content

Commit

Permalink
FIX-#269: Update min supported Ray version (#270)
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <[email protected]>
  • Loading branch information
YarShev authored Mar 22, 2023
1 parent 9eb826e commit 5eb4918
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
# for development
# we install ray from PyPI for now as the package is broken in conda-forge
# see details in https://github.com/modin-project/unidist/issues/219
- ray[default]>=1.4.0
- ray[default]>=1.13.0
# for building the documentation
- sphinx
- sphinx_rtd_theme
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dask[complete]>=2.22.0
distributed>=2.22.0
mpi4py-mpich
msgpack>=1.0.0
ray[default]>=1.13.0
packaging
psutil
pytest
ray[default]>=1.4.0
# for building the documentation
sphinx
sphinx_rtd_theme
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
import versioneer

ray_deps = ["ray[default]>=1.4.0"]
ray_deps = ["ray[default]>=1.13.0"]
dask_deps = ["dask[complete]>=2.22.0", "distributed>=2.22.0"]
mpi_deps = ["mpi4py-mpich", "msgpack>=1.0.0"]
if sys.version_info[1] < 8:
Expand Down

0 comments on commit 5eb4918

Please sign in to comment.