Skip to content

Commit

Permalink
Set dep back to upstream tip
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 Aug 8, 2024
1 parent 8a17f9f commit cd5202e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
28 changes: 16 additions & 12 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.3.0"
version = "0.4.0.dev0"
readme = "README.md"
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]>"]
Expand Down Expand Up @@ -43,7 +43,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.10, <3.11"

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

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

0 comments on commit cd5202e

Please sign in to comment.