Skip to content

Commit

Permalink
FIX-#6313: update MIN_RAY_VERSION var: 1.4.0 -> 1.13.0 (#6314)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev authored and vnlitvinov committed Jul 3, 2023
1 parent 71e64d4 commit 9852337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _to_numpy(self) -> Any: # noqa: GL08
pass


MIN_RAY_VERSION = version.parse("1.4.0")
MIN_RAY_VERSION = version.parse("1.13.0")
MIN_DASK_VERSION = version.parse("2.22.0")
MIN_UNIDIST_VERSION = version.parse("0.2.1")

Expand Down

0 comments on commit 9852337

Please sign in to comment.