游雁
2024-02-19 94de39dde2e616a01683c518023d0fab72b4e103
setup.py
@@ -37,16 +37,14 @@
        # "textgrid",
        # "protobuf",
        "tqdm",
        "hdbscan",
        "umap",
        "umap_learn",
        "jaconv",
        "hydra-core>=1.3.2",
    ],
    # 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