Skip to content

Commit

Permalink
Bump modin version to 0.2.5 (ray-project#3553)
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-petersohn authored and robertnishihara committed Dec 17, 2018
1 parent 7767aba commit 3833ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/scripts/build_modin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
PYTHON_VERSION="$($PYTHON_EXECUTABLE -c 'import sys; print(sys.version_info[0])')"

TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)/../
MODIN_VERSION=0.2.4
MODIN_VERSION=0.2.5
MODIN_WHEELS_FNAME="modin-$MODIN_VERSION-py$PYTHON_VERSION-none-any.whl"
MODIN_WHEELS_URL="https://github.com/modin-project/modin/releases/download/v$MODIN_VERSION/"

Expand Down

0 comments on commit 3833ba4

Please sign in to comment.