Unverified Commit bb14c2bd authored by peterjc123's avatar peterjc123 Committed by GitHub
Browse files

Unpin ninja version (#2358)

parent dafd6d35
...@@ -7,7 +7,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" ...@@ -7,7 +7,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export BUILD_TYPE=wheel export BUILD_TYPE=wheel
setup_env 0.8.0 setup_env 0.8.0
setup_wheel_python setup_wheel_python
pip_install numpy pyyaml future "ninja==1.9.0.post1" pip_install numpy pyyaml future ninja
setup_pip_pytorch_version setup_pip_pytorch_version
python setup.py clean python setup.py clean
if [[ "$OSTYPE" == "msys" ]]; then if [[ "$OSTYPE" == "msys" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment