diff --git a/poetry.lock b/poetry.lock index fbb6163f8..f7c87d653 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3979,4 +3979,4 @@ viz = ["pygraphviz"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "5cc985dc5e57a2d91bb78a0b1fc7be2f66d6eadb7d62e48948614f9c10c726d2" +content-hash = "53c11d3c98e0c3a519cf628308324671f67f0456e5ee7cb5e12e70207eaae080" diff --git a/pyproject.toml b/pyproject.toml index a0c8ee783..b43ad8976 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ exclude = ['*tests'] [tool.poetry.dependencies] python = ">=3.9,<3.12" -numpy = "^1.22.4" +numpy = "^1.23.0" scipy = "^1.8.0" networkx = "^3.1" importlib-resources = { version = "*", python = "<3.10" }