Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus G K Williams <Marcus G K Williams [email protected]>
  • Loading branch information
Marcus G K Williams authored and Marcus G K Williams committed Jul 25, 2023
1 parent e6c2d6f commit ec4551a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
if: github.triggering_actor == 'mgkwill' || github.triggering_actor == 'PhilippPlank' || github.triggering_actor == 'tim-shea'
permissions:
contents: write
id-token: write
needs: [build-artifacts, test-artifact-install, test-artifact-use]

steps:
Expand Down Expand Up @@ -206,4 +207,4 @@ jobs:
run: |
mkdir dist
cp lava* dist/.
poetry publish --dry-run
poetry publish
22 changes: 9 additions & 13 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 @@ -5,7 +5,7 @@ packages = [
{include = "tests"}
]
include = ["tutorials"]
version = "0.1.4.dev0"
version = "0.1.4"
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 @@ -42,7 +42,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 = "0.8.0"

numpy = "^1.24.4"
scipy = "^1.10.1"
Expand Down

0 comments on commit ec4551a

Please sign in to comment.