We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafd6d3 commit bb14c2bCopy full SHA for bb14c2b
packaging/build_wheel.sh
@@ -7,7 +7,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
7
export BUILD_TYPE=wheel
8
setup_env 0.8.0
9
setup_wheel_python
10
-pip_install numpy pyyaml future "ninja==1.9.0.post1"
+pip_install numpy pyyaml future ninja
11
setup_pip_pytorch_version
12
python setup.py clean
13
if [[ "$OSTYPE" == "msys" ]]; then
0 commit comments