Skip to content

Commit 0205136

Browse files
committed
quick fix
1 parent 99bc8ed commit 0205136

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

alphafold3_pytorch/tensor_typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import annotations
12
import numpy as np
23

34
from beartype import beartype

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alphafold3-pytorch"
3-
version = "0.2.75"
3+
version = "0.2.76"
44
description = "Alphafold 3 - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "[email protected]" }

0 commit comments

Comments
 (0)