Skip to content

Commit

Permalink
Update to dev0 version, base on tip of lava-nc
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus G K Williams <Marcus G K Williams 168222+mgkwill@users.noreply.github.com>
  • Loading branch information
Marcus G K Williams authored and Marcus G K Williams committed Aug 1, 2023
1 parent 22b1fba commit a07eb75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
24 changes: 14 additions & 10 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.3.0"
version = "0.3.0.dev0"
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 = "0.8.0"
lava-nc = { git = "https://github.com/lava-nc/lava.git", branch = "main", develop = true }

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

0 comments on commit a07eb75

Please sign in to comment.