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 168222+mgkwill@users.noreply.github.com>
  • Loading branch information
Marcus G K Williams authored and Marcus G K Williams committed Aug 8, 2024
1 parent 8b3c9e0 commit f73e719
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
26 changes: 15 additions & 11 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 @@ -10,7 +10,7 @@ packages = [
{include = "tests"}
]
include = ["tutorials"]
version = "0.6.0"
version = "0.7.0.dev0"
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 = "0.10.0"
lava-nc = { git = "https://github.com/lava-nc/lava.git", branch = "main", develop = true }

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

0 comments on commit f73e719

Please sign in to comment.