build: Pin networkx to <3.5 for py3.10 compatibility
Some checks are pending
Deploy Jekyll site to Pages / build (push) Waiting to run
Deploy Jekyll site to Pages / deploy (push) Blocked by required conditions
pre-commit / pre-commit (push) Waiting to run

This commit is contained in:
Paul Gauthier 2025-06-06 09:43:25 -07:00 committed by Paul Gauthier (aider)
parent f827f22f7a
commit 4c161f9e12
4 changed files with 6 additions and 4 deletions

View file

@ -35,7 +35,9 @@ google-generativeai
# in matplotlib and a bunch of other deps
# https://github.com/networkx/networkx/blob/d7132daa8588f653eacac7a5bae1ee85a183fa43/pyproject.toml#L57
# We really only need networkx itself and scipy for the repomap.
networkx
#
# >3.5 seems to not be available for py3.10
networkx<3.5
# This is the one networkx dependency that we need.
# Including it here explicitly because we