shixian.shi
2024-01-17 7458e39ff0756d0bae38b139e0e534e61e1fa0cf
setup.py
@@ -40,12 +40,12 @@
        "hdbscan",
        "umap",
        "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