diff --git a/pyproject.toml b/pyproject.toml index 675146e..a15e3a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "solutions"}] [tool.poetry.dependencies] python = ">=3.12,<4.0.0" -numpy = "2.5.0" +numpy = "2.5.1" sympy = "1.14.0" matplotlib = "3.11.0" networkx = "3.6"