From dfb423ed59b214c4597b391854a37a988332b878 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Thu, 27 Apr 2023 11:22:27 -0700 Subject: [PATCH] Update lava dep to main Signed-off-by: Marcus G K Williams --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 25ba7500..98675d72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3642,4 +3642,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.11" -content-hash = "40aea9b809170a2b8ba39b8a8f4761e9bf87208666b6c3ae438a50c47fcd89af" +content-hash = "7b29637154bd027c5168b09a12aac6da69b97932e9964eb451dfc618c1307bf3" diff --git a/pyproject.toml b/pyproject.toml index 78c43f79..346a88cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.8, <3.11" -lava-nc = { git = "https://github.com/lava-nc/lava.git", tag = "v0.7.0", develop = true } +lava-nc = { git = "https://github.com/lava-nc/lava.git", branch = "main", develop = true } numpy = "1.23.1" networkx = "<=2.8"