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 99bc8ed commit 0205136Copy full SHA for 0205136
alphafold3_pytorch/tensor_typing.py
@@ -1,3 +1,4 @@
1
+from __future__ import annotations
2
import numpy as np
3
4
from beartype import beartype
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "alphafold3-pytorch"
-version = "0.2.75"
+version = "0.2.76"
description = "Alphafold 3 - Pytorch"
5
authors = [
6
{ name = "Phil Wang", email = "[email protected]" }
0 commit comments