Skip to content

Commit

Permalink
Updated minimum networkx version
Browse files Browse the repository at this point in the history
E.g., to reflect nx.transitive_closure_dag

Fixes #30
  • Loading branch information
thvitt committed Feb 23, 2021
1 parent 67db5f5 commit 6d3a602
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -20,7 +20,7 @@ macrogen = 'macrogen.main:main'
python = "^3.7.1"
numpy = "^1.20.1"
more-itertools = "^8.0.2"
networkx = ">=2.1"
networkx = ">=2.5"
python-igraph = {version = "^0.8.3", optional = true}
pygraphviz = "^1.5"
"ruamel.yaml" = "^0.16.5"
Expand Down

0 comments on commit 6d3a602

Please sign in to comment.