Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill authored and Marcus G K Williams committed Aug 8, 2024
1 parent b4c6e30 commit 4267ab7
Showing 1 changed file with 2 additions and 2 deletions.
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.4.0.dev0"
version = "0.5.0"
readme = "README.md"
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/"
Expand Down Expand Up @@ -49,7 +49,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.10, <3.11"

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

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

0 comments on commit 4267ab7

Please sign in to comment.