Explorar el Código

Update TensorFlow script

Lutz Roeder hace 5 años
padre
commit
ebcadc9b68
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  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
 }