Browse Source

Update TensorFlow script

Lutz Roeder 5 years ago
parent
commit
ebcadc9b68
1 changed files with 2 additions and 3 deletions
  1. 2 3
      tools/tf

+ 2 - 3
tools/tf

@@ -45,9 +45,8 @@ sync() {
 install() {
     bold "tf install"
     venv
-    ${python} -m pip install --quiet --upgrade wheel
-    ${python} -m pip install --quiet --upgrade protobuf
-    ${python} -m pip install --quiet --upgrade tf-nightly
+    ${python} -m pip install --quiet --upgrade --use-feature=2020-resolver wheel
+    ${python} -m pip install --quiet --upgrade --use-feature=2020-resolver tf-nightly
     deactivate
 }