游雁 1 tahun lalu
induk
melakukan
8a28435485
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      setup.py

+ 1 - 2
setup.py

@@ -45,8 +45,7 @@ requirements = {
     # train: The modules invoked when training only.
     "train": [
         "editdistance",
-        "wandb",
-        "pip install tensorboardX",
+        "tensorboardX",
     ],
     # all: The modules should be optionally installled due to some reason.
     #      Please consider moving them to "install" occasionally