Skip to content

Commit

Permalink
fix rmsnorm in hyper conn lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Dec 28, 2024
1 parent ebaa6ee commit 119fcb9
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.7.3"
version = "0.7.4"
description = "Alphafold 3 - Pytorch"
authors = [
{ name = "Phil Wang", email = "[email protected]" },
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies = [
"fair-esm",
"fastapi",
"frame-averaging-pytorch>=0.0.18",
"hyper-connections>=0.0.20",
"hyper-connections>=0.0.21",
"gradio",
"gradio_molecule3d",
"huggingface_hub>=0.21.4",
Expand Down

0 comments on commit 119fcb9

Please sign in to comment.