We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9602d commit 5e182ceCopy full SHA for 5e182ce
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "alphafold3-pytorch"
3
-version = "0.3.8"
+version = "0.3.10"
4
description = "Alphafold 3 - Pytorch"
5
authors = [
6
{ name = "Phil Wang", email = "[email protected]" },
@@ -50,6 +50,7 @@ dependencies = [
50
"shortuuid",
51
"tensorboard",
52
"taylor-series-linear-attention>=0.1.11",
53
+ "torchtyping>=0.1.5",
54
"timeout_decorator>=0.5.0",
55
'torch_geometric',
56
"torch>=2.1",
0 commit comments