游雁
2024-02-20 d79287c37e4e7ae2694a992cbbfb03a5ca4f7670
setup.py
@@ -37,15 +37,14 @@
        # "textgrid",
        # "protobuf",
        "tqdm",
        "hdbscan",
        "umap",
        "umap_learn",
        "jaconv",
        "hydra-core",
        "hydra-core>=1.3.2",
    ],
    # train: The modules invoked when training only.
    "train": [
        "editdistance",
        "wandb",
        "tensorboardX",
    ],
    # all: The modules should be optionally installled due to some reason.
    #      Please consider moving them to "install" occasionally