Skip to content

Commit

Permalink
release v0.2.3 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippPlank authored Dec 14, 2022
1 parent b9b6067 commit 5630f2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [
{include = "tests"}
]
include = ["tutorials"]
version = "0.2.2"
version = "0.2.3"
description = "A library of solvers that leverage neuromorphic hardware for constrained optimization. Lava-Optimization is part of Lava Framework. Lava-optimization is part of Lava Framework"
homepage = "https://lava-nc.org/"
repository = "https://github.com/lava-nc/lava-optimization"
Expand Down Expand Up @@ -48,7 +48,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.8, <3.11"

lava-nc = { git = "https://github.com/lava-nc/lava.git", branch = "main", develop = true }
lava-nc = { git = "https://github.com/lava-nc/lava.git", tag = "v0.6.0", develop = true }

numpy = "^1.23.1"
networkx = "<=2.8"
Expand Down

0 comments on commit 5630f2d

Please sign in to comment.