You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-35584: Support networkx 3.1
### 📚 Description
The functions `number_of_cliques()` and `cliques_containing_node()` are
deprecated in networkx 3.1.
This commit reimplements both functions based on method
`cliques_maximal()`.
This PR is critical to upgrade networkx to 3.1 in void linux.
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x
]`. -->
- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have created tests covering the changes.
URL: #35584
Reported by: Gonzalo Tornaría
Reviewer(s): David Coudert, Gonzalo Tornaría, Matthias Köppe
0 commit comments