shixian.shi
2024-01-25 2d078a26feae1f8b230e51ffbb9e521c85607c0d
setup.py
@@ -38,15 +38,14 @@
        # "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