Skip to content

Commit

Permalink
Unpin ninja version (pytorch#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 authored and de-vri-es committed Aug 4, 2020
1 parent 22efecb commit acba1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export BUILD_TYPE=wheel
setup_env 0.8.0
setup_wheel_python
pip_install numpy pyyaml future "ninja==1.9.0.post1"
pip_install numpy pyyaml future ninja
setup_pip_pytorch_version
python setup.py clean
if [[ "$OSTYPE" == "msys" ]]; then
Expand Down

0 comments on commit acba1a3

Please sign in to comment.