Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed May 21, 2024
1 parent ef57a98 commit 3e9faea
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
@@ -1,6 +1,6 @@
[project]
name = "alphafold3-pytorch"
version = "0.0.8"
version = "0.0.9"
description = "Alphafold 3 - Pytorch"
authors = [
{ name = "Phil Wang", email = "[email protected]" }
Expand All @@ -27,9 +27,9 @@ dependencies = [
"einops>=0.8.0",
"einx>=0.2.2",
"environs",
"jaxtyping>=0.2.28",
"torch>=2.1",
"tqdm",
"jaxtyping>=0.2.28"
]

[project.urls]
Expand Down

0 comments on commit 3e9faea

Please sign in to comment.