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 12d49db commit daadf0b
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 @@ -10,7 +10,7 @@ packages = [
{include = "tests"}
]
include = ["tutorials"]
version = "0.5.0.dev0"
version = "0.6.0"
readme = "README.md"
description = "A library of deep learning tools, which consists of lava.lib.dl.slayer and lava.lib.dl.netx for training and deployment of event-based deep neural networks on traditional as well as neuromorphic backends. Lava-DL is part of Lava Framework"
homepage = "https://lava-nc.org/"
Expand Down Expand Up @@ -48,7 +48,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"

torchvision = ">=0.18.0,<0.19.0"
h5py = "^3.7.0"
Expand Down

0 comments on commit daadf0b

Please sign in to comment.