Browse Source

Update TensorFlow script

Lutz Roeder 5 năm trước cách đây
mục cha
commit
b07610d576
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      tools/tf

+ 2 - 2
tools/tf

@@ -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
 }