Use imageio instead of matplotlib to generate image.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mikaël Capelle
2024-12-15 10:13:42 +01:00
parent b15131bf1e
commit fcd4b47951
3 changed files with 31 additions and 352 deletions

View File

@@ -14,8 +14,8 @@ tqdm = "^4.67.1"
parse = "^1.20.2"
sympy = "^1.13.3"
networkx = "^3.4.2"
matplotlib = "^3.10.0"
pillow = "^11.0.0"
imageio = "^2.36.1"
[tool.poetry.group.dev.dependencies]
pyright = "^1.1.389"