Skip to content

Commit

Permalink
Update Modin to 0.3.0 (ray-project#3936)
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-petersohn authored and robertnishihara committed Feb 3, 2019
1 parent 1a015e4 commit a1bcd2a
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.5
MODIN_VERSION=0.3.0
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 a1bcd2a

Please sign in to comment.