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

Make igraph explicitly non-optional #2551

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

ADBond
Copy link
Contributor

@ADBond ADBond commented Dec 10, 2024

Fixes #2427.

Upgrades igraph to a non-optional dependency. This will not make a difference to installations from PyPI, as it is already specified as a requirement in the metadata there. Given that we've had no complaints, I don't think this is too prohibitive.
It does mean we should update the conda recipe to correspond, which will make a small difference, but as igraph does not depend on any other packages I don't think it should matter too much, and we can always revisit if needed.

@ADBond ADBond self-assigned this Dec 10, 2024
@ADBond ADBond added the dependencies Pull requests that update a dependency file label Dec 10, 2024
@ADBond ADBond removed their assignment Dec 10, 2024
@ADBond ADBond merged commit f2784cc into master Dec 10, 2024
28 checks passed
@ADBond ADBond deleted the maint/igraph-required-package branch December 10, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

igraph is not optional in published version
1 participant