Skip to content

Commit

Permalink
Lava Optimization 0.1.2 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill authored Nov 29, 2021
1 parent a221bdc commit 9d3d85f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

name = "lava-optimization"
default_task = ["analyze", "publish"]
version = "0.1.1"
version = "0.1.2"
summary = "A library of solvers that leverage neuromorphic hardware for constrained optimization. Lava-Optimization is part of Lava Framework "
url = "https://lava-nc.org"
license = ["BSD-3-Clause"]
Expand Down Expand Up @@ -67,7 +67,7 @@ def set_properties_unit(project):
project.set_property("dir_source_unittest_python", "tests/lava")
project.set_property("dir_source_main_scripts", "scripts")
project.set_property("dir_docs", "docs")
project.build_depends_on("lava", url="git+https://github.com/lava-nc/lava.git")
project.build_depends_on("lava", url="https://github.com/lava-nc/lava/releases/download/v0.2.0/lava-nc-0.2.0.tar.gz")

project.set_property("sphinx_config_path", "docs")
project.set_property("sphinx_source_dir", "docs")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lava-nc@git+https://github.com/lava-nc/lava.git
lava-nc@https://github.com/lava-nc/lava/releases/download/v0.2.0/lava-nc-0.2.0.tar.gz
numpy

0 comments on commit 9d3d85f

Please sign in to comment.