mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 14:14:59 +00:00
build: Pin networkx to <3.5 for py3.10 compatibility
This commit is contained in:
parent
f827f22f7a
commit
4c161f9e12
4 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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