We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a514a68 commit 38f04f3Copy full SHA for 38f04f3
setup.py
@@ -11,8 +11,13 @@
11
'sqlalchemy>=1.4,<2'
12
],
13
'visualization' : [
14
- 'pydot',
15
- 'networkx>=2.5,<2.6',
+ # this pydot bound is copied from networkx's pyproject.toml,
+ # version 3.2 (aa2de1adecea09f7b86ff6093b212ca86f22b3ef),
16
+ # because networkx[extra] installs quite a lot of extra stuff
17
+ # that needs more OS dependencies in addition to pydot.
18
+ 'pydot>=1.4.2',
19
+
20
+ 'networkx>=3.2,<3.3',
21
'Flask>=1.0.2',
22
'flask_sqlalchemy',
23
'pandas<2.2',
0 commit comments