Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove cdlib dependency #532

Merged
merged 1 commit into from
Jun 5, 2023
Merged

remove cdlib dependency #532

merged 1 commit into from
Jun 5, 2023

Conversation

Sichao25
Copy link
Collaborator

@Sichao25 Sichao25 commented Jun 5, 2023

Since we import cdlib by:

try:
        import cdlib as algorithms
except ImportError:
        raise ImportError("Please install cdlib via `pip install cdlib` for clustering on graph.")

It would be better to remove it from the requirements.

@Xiaojieqiu Xiaojieqiu merged commit 65fd8c2 into aristoteleo:master Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants