Skip to content

Commit b66063b

Browse files
committed
update linear attn lib
1 parent 974a698 commit b66063b

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.2.114"
3+
version = "0.2.115"
44
description = "Alphafold 3 - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "[email protected]" },
@@ -49,7 +49,7 @@ dependencies = [
4949
"sh>=2.0.7",
5050
"shortuuid",
5151
"tensorboard",
52-
"taylor-series-linear-attention>=0.1.9",
52+
"taylor-series-linear-attention>=0.1.11",
5353
"timeout_decorator>=0.5.0",
5454
'torch_geometric',
5555
"torch>=2.1",

0 commit comments

Comments
 (0)