Skip to content

Commit

Permalink
Upgrade networkx dependencies even more
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jan 5, 2025
1 parent 38fbb0b commit e72cb65
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@
'sqlalchemy>=2,<2.1'
],
'visualization' : [
'pydot',
'networkx>=3.2,<3.3',

# this pydot bound is copied from networkx's pyproject.toml,
# because networkx[extra] installs quite a lot of extra stuff
# that needs more OS dependencies in addition to pydot.
'pydot>=3.0.1',

'networkx>=3.4,<3.5',
'Flask>=1.0.2',
'flask_sqlalchemy',

Expand Down

0 comments on commit e72cb65

Please sign in to comment.