mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44: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
|
scipy
|
||||||
backoff
|
backoff
|
||||||
pathspec
|
pathspec
|
||||||
networkx
|
networkx<3.3 # 3.3 no longer works on python 3.9
|
||||||
diskcache
|
diskcache
|
||||||
grep_ast
|
grep_ast
|
||||||
packaging
|
packaging
|
||||||
|
|
|
@ -94,7 +94,7 @@ multidict==6.0.5
|
||||||
# via
|
# via
|
||||||
# aiohttp
|
# aiohttp
|
||||||
# yarl
|
# yarl
|
||||||
networkx==3.3
|
networkx==3.2.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
numpy==1.26.4
|
numpy==1.26.4
|
||||||
# via
|
# via
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue