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

@ -246,7 +246,7 @@ multidict==6.4.4
# -c requirements/common-constraints.txt
# aiohttp
# yarl
networkx==3.5
networkx==3.4.2
# via
# -c requirements/common-constraints.txt
# -r requirements/requirements.in

View file

@ -273,7 +273,7 @@ narwhals==1.41.1
# via altair
nest-asyncio==1.6.0
# via llama-index-core
networkx==3.5
networkx==3.4.2
# via
# -r requirements/requirements.in
# llama-index-core

View file

@ -163,7 +163,7 @@ nest-asyncio==1.6.0
# via
# -c requirements/common-constraints.txt
# llama-index-core
networkx==3.5
networkx==3.4.2
# via
# -c requirements/common-constraints.txt
# llama-index-core

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