From b875460f4ce883bdcc3e4353b0a900ab1003b586 Mon Sep 17 00:00:00 2001 From: Tim Shea Date: Mon, 24 Apr 2023 23:47:09 -0400 Subject: [PATCH] Update pyproject.toml Bumped python version and added numpy version selector. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 78c43f79..9b281133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,11 +46,11 @@ classifiers = [ "Discussions" = "https://github.com/lava-nc/lava-optimization/discussions" [tool.poetry.dependencies] -python = ">=3.8, <3.11" +python = ">=3.8, <3.12" lava-nc = { git = "https://github.com/lava-nc/lava.git", tag = "v0.7.0", develop = true } -numpy = "1.23.1" +numpy = "^1.23.1" networkx = "<=2.8" dsolve = "^0.0.5" schema = "^0.7.5"