Skip to content

Commit

Permalink
Release 0.1.3 (#55)
Browse files Browse the repository at this point in the history
* Update to latest lava-nc

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Update pyproject.toml

* test perf fix

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Base on lava-nc main

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

* Update to lava-nc 0.7.0

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>

---------

Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>
Co-authored-by: Marcus G K Williams <Marcus G K Williams [email protected]>
  • Loading branch information
mgkwill and Marcus G K Williams authored Apr 22, 2023
1 parent 60afc3d commit 0592f07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
20 changes: 11 additions & 9 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages = [
{include = "tests"}
]
include = ["tutorials"]
version = "0.1.2"
version = "0.1.3"
description = "A library that provides processes and other software infrastructure to build architectures composed of Dynamic Neural Fields (DNF)."
authors = ["Intel's Neuromorphic Computing Lab and the open source community <[email protected]>"]
homepage = "https://lava-nc.org/"
Expand Down Expand Up @@ -43,7 +43,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.7.0", develop = true }

numpy = "^1.23.0"
scipy = "^1.8.1"
Expand Down Expand Up @@ -73,7 +73,7 @@ pytest-cov = "^3.0.0"
unittest2 = "^1.1.0"
ipykernel = "^6.15.0"
nbformat = "^5.3.0"
nbconvert = "^7.2.2"
nbconvert = ">=7.2.10, <7.3"

[tool.black]
line-length = 80
Expand Down

0 comments on commit 0592f07

Please sign in to comment.