Skip to content

Commit

Permalink
Update TensorFlow script
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Dec 1, 2020
1 parent 02df614 commit b07610d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ install() {
return
fi
venv
${python} -m pip install --quiet --upgrade --use-feature=2020-resolver wheel
${python} -m pip install --quiet --upgrade --use-feature=2020-resolver tf-nightly
${python} -m pip install --quiet --upgrade wheel
${python} -m pip install --quiet --upgrade tf-nightly
deactivate
}

Expand Down

0 comments on commit b07610d

Please sign in to comment.