zhifu gao
2024-01-22 3919d7454c070702e94b149e4032e9db08d28fa3
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