Skip to content

Commit 119fcb9

Browse files
committed
fix rmsnorm in hyper conn lib
1 parent ebaa6ee commit 119fcb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alphafold3-pytorch"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
description = "Alphafold 3 - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "[email protected]" },
@@ -41,7 +41,7 @@ dependencies = [
4141
"fair-esm",
4242
"fastapi",
4343
"frame-averaging-pytorch>=0.0.18",
44-
"hyper-connections>=0.0.20",
44+
"hyper-connections>=0.0.21",
4545
"gradio",
4646
"gradio_molecule3d",
4747
"huggingface_hub>=0.21.4",

0 commit comments

Comments
 (0)