Skip to content

Commit bb14c2b

Browse files
authored
Unpin ninja version (#2358)
1 parent dafd6d3 commit bb14c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
77
export BUILD_TYPE=wheel
88
setup_env 0.8.0
99
setup_wheel_python
10-
pip_install numpy pyyaml future "ninja==1.9.0.post1"
10+
pip_install numpy pyyaml future ninja
1111
setup_pip_pytorch_version
1212
python setup.py clean
1313
if [[ "$OSTYPE" == "msys" ]]; then

0 commit comments

Comments
 (0)