Add networkx

This commit is contained in:
David Doblas Jiménez
2022-03-15 14:13:11 +01:00
parent b030ba8609
commit 41468cd911
2 changed files with 21 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ python = ">=3.9,<3.11"
numpy = "^1.21.4"
sympy = "^1.9"
scipy = "^1.8.0"
networkx = "^2.7.1"
[tool.poetry.dev-dependencies]
pytest = "^5.2"