Skip to content

Commit

Permalink
Update pyproject.toml (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippPlank authored Sep 23, 2024
1 parent 20f4559 commit 1913658
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 1913658

Please sign in to comment.