From aabeb3cb678a7f358b6e543cb4e16d84a2986990 Mon Sep 17 00:00:00 2001 From: Adam Li Date: Tue, 31 Oct 2023 00:27:10 -0400 Subject: [PATCH] Now try to fix CI Signed-off-by: Adam Li --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 229459f75..1370b6b10 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 = "5eaf4c12e736d08653ab1177ce549fee032ab7729d23f0ad19b89f544098b95f" +content-hash = "79beba729e3d749aecff3c45f902736082df4064eccfb7a05b7703dcd1999594" diff --git a/pyproject.toml b/pyproject.toml index 36910665f..016652603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ exclude = ['*tests'] [tool.poetry.dependencies] python = ">=3.9,<3.12" -numpy = "^1.21.0" +numpy = "^1.22.0" scipy = "^1.8.0" networkx = "^3.1" importlib-resources = { version = "*", python = "<3.10" }