chore: remove pygraphviz

This commit is contained in:
Umut
2022-08-18 10:13:52 +02:00
parent caebde9d51
commit 3aef4cd932
18 changed files with 171 additions and 435 deletions

View File

@@ -41,15 +41,10 @@ python = ">=3.8,<3.10"
networkx = "^2.6.3"
matplotlib = "^3.5.1"
numpy = "^1.22.0"
pygraphviz = { version = "^1.7", optional = true }
Pillow = "^9.0.0"
concrete-compiler = "^0.15.0"
torch = "^1.10.2"
[tool.poetry.extras]
full = ["pygraphviz"]
extras = ["pygraphviz"]
[tool.poetry.dev-dependencies]
isort = "^5.10.1"
black = "^22.3.0"