networkx 3.3 no longer works on python 3.9

This commit is contained in:
Paul Gauthier 2024-04-18 16:25:21 -07:00
parent fbcbe137ab
commit 7a047dc98e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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