From 1913658ed75faad29ef994bfa7701779cd6ae5a2 Mon Sep 17 00:00:00 2001 From: PhilippPlank <32519998+PhilippPlank@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:09:32 +0200 Subject: [PATCH] Update pyproject.toml (#57) --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a882e0d..2253288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,10 +22,10 @@ numpydoc = "^1.2" nbsphinx = "^0.8.8" pandoc = "^2.3" -lava-nc = { git = "https://github.com/lava-nc/lava.git", tag = "v0.9.0", develop = true} +lava-nc = { git = "https://github.com/lava-nc/lava.git", tag = "v0.10.0", develop = true} -lava-dl = { git = "https://github.com/lava-nc/lava-dl.git", tag = "v0.5.0", develop = true} -lava-dnf = { git = "https://github.com/lava-nc/lava-dnf.git", tag = "v0.2.0", develop = true} -lava-optimization = { git = "https://github.com/lava-nc/lava-optimization.git", tag = "v0.4.0", develop = true} +lava-dl = { git = "https://github.com/lava-nc/lava-dl.git", tag = "v0.6.0", develop = true} +lava-dnf = { git = "https://github.com/lava-nc/lava-dnf.git", tag = "v0.3.0", develop = true} +lava-optimization = { git = "https://github.com/lava-nc/lava-optimization.git", tag = "v0.5.0", develop = true} [tool.poetry.dev-dependencies]