diff --git a/pyproject.toml b/pyproject.toml index ac44520..37de71d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] @@ -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"