Skip to content

Commit 3e9faea

Browse files
committed
0.0.9
1 parent ef57a98 commit 3e9faea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alphafold3-pytorch"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "Alphafold 3 - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "[email protected]" }
@@ -27,9 +27,9 @@ dependencies = [
2727
"einops>=0.8.0",
2828
"einx>=0.2.2",
2929
"environs",
30+
"jaxtyping>=0.2.28",
3031
"torch>=2.1",
3132
"tqdm",
32-
"jaxtyping>=0.2.28"
3333
]
3434

3535
[project.urls]

0 commit comments

Comments
 (0)