Skip to content

Commit d131a33

Browse files
committed
Drop pygraphviz restriction from Python 3.12.
1 parent 661c144 commit d131a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tqdm = ">= 4, < 5"
5959
xxhash = ">= 3.2, < 4"
6060

6161
[tool.poetry.group.graphviz.dependencies]
62-
pygraphviz = { version = ">= 1, < 2", python = "< 3.12" }
62+
pygraphviz = { version = ">= 1, < 2" }
6363

6464
[tool.poetry.group.meshing.dependencies]
6565
trimesh = ">= 3, < 4"

0 commit comments

Comments
 (0)