mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
networkx 3.3 no longer works on python 3.9
This commit is contained in:
parent
fbcbe137ab
commit
7a047dc98e
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ numpy
|
|||
scipy
|
||||
backoff
|
||||
pathspec
|
||||
networkx
|
||||
networkx<3.3 # 3.3 no longer works on python 3.9
|
||||
diskcache
|
||||
grep_ast
|
||||
packaging
|
||||
|
|
|
@ -94,7 +94,7 @@ multidict==6.0.5
|
|||
# via
|
||||
# aiohttp
|
||||
# yarl
|
||||
networkx==3.3
|
||||
networkx==3.2.1
|
||||
# via -r requirements.in
|
||||
numpy==1.26.4
|
||||
# via
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue