mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-29 16:00:43 +00:00
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
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:
parent
f827f22f7a
commit
4c161f9e12
4 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue