Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill authored Aug 8, 2024
1 parent 1ee72e5 commit 267433f
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 @@ -5,7 +5,7 @@ packages = [
{include = "tests"}
]
include = ["tutorials"]
version = "0.2.0.dev0"
version = "0.3.0"
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 = { git = "https://github.com/lava-nc/lava.git", branch = "main", develop = true }
lava-nc = "0.10.0"

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

0 comments on commit 267433f

Please sign in to comment.