Skip to content

Commit

Permalink
fix an issue with new pytorch + torchtyping
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Nov 21, 2024
1 parent c1c93e6 commit 5ce704e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pi-zero-pytorch"
version = "0.0.27"
version = "0.0.28"
description = "π0 in Pytorch"
authors = [
{ name = "Phil Wang", email = "[email protected]" }
Expand Down Expand Up @@ -34,6 +34,7 @@ dependencies = [
'scipy',
"torch>=2.5",
'torchdiffeq',
'torchtyping>=0.1.5',
"tqdm"
]

Expand Down

0 comments on commit 5ce704e

Please sign in to comment.